diff --git a/api/auth/services/lnurlAuth.service.js b/api/auth/services/lnurlAuth.service.js index ea13b33..c8f3ee0 100644 --- a/api/auth/services/lnurlAuth.service.js +++ b/api/auth/services/lnurlAuth.service.js @@ -64,7 +64,6 @@ 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(),