diff --git a/api/auth/services/lnurlAuth.service.js b/api/auth/services/lnurlAuth.service.js index c8f3ee0..ea13b33 100644 --- a/api/auth/services/lnurlAuth.service.js +++ b/api/auth/services/lnurlAuth.service.js @@ -64,6 +64,7 @@ async function generateAuthUrl() { const hash = createHash(secret); await addHash(hash) const url = `${hostname}?tag=login&k1=${secret}` + console.log(url); return { url, encoded: lnurl.encode(url).toUpperCase(),