From 8760e6d9b6b7e22b10d7a9eb7a1225fbb55abd5d Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Sun, 7 Aug 2022 18:26:46 +0300 Subject: [PATCH] debug: adding logs --- api/auth/services/lnurlAuth.service.js | 1 + 1 file changed, 1 insertion(+) 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(),