debug: adding logs

This commit is contained in:
MTG2000
2022-08-07 18:26:46 +03:00
parent 6718d6fc7b
commit 8760e6d9b6

View File

@@ -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(),