mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-08 08:54:24 +01:00
chore: update seed script
This commit is contained in:
@@ -56,8 +56,10 @@ function removeExpiredHashes() {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
async function generateAuthUrl() {
|
||||
const hostname = 'https://auth.bolt.fun/.netlify/functions/login';
|
||||
const hostname = CONSTS.LNURL_AUTH_HOST ?? 'https://auth.bolt.fun/.netlify/functions/login';
|
||||
const secret = await generateK1();
|
||||
const hash = createHash(secret);
|
||||
await addHash(hash)
|
||||
|
||||
Reference in New Issue
Block a user