staging release #299
@ -134,7 +134,15 @@ export const MainLayout = () => {
|
|||||||
initNostrLogin({
|
initNostrLogin({
|
||||||
methods: ['connect', 'extension', 'local'],
|
methods: ['connect', 'extension', 'local'],
|
||||||
noBanner: true,
|
noBanner: true,
|
||||||
onAuth: handleNostrAuth
|
onAuth: handleNostrAuth,
|
||||||
|
outboxRelays: [
|
||||||
|
'wss://purplepag.es',
|
||||||
|
'wss://relay.nos.social',
|
||||||
|
'wss://user.kindpag.es',
|
||||||
|
'wss://relay.damus.io',
|
||||||
|
'wss://nos.lol',
|
||||||
|
'wss://relay.sigit.io'
|
||||||
|
]
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
console.error('Failed to initialize Nostr-Login', error)
|
console.error('Failed to initialize Nostr-Login', error)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user