Avoid decrypt errors

This commit is contained in:
Jon Staab
2025-10-01 10:06:21 -07:00
parent 483fa81b74
commit b4058389ec
2 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -32,9 +32,10 @@
onNostrConnect: async (response: Nip46ResponseWithResult) => {
const pubkey = await controller.broker.getPublicKey()
loginWithNip46(pubkey, controller.clientSecret, response.event.pubkey, SIGNER_RELAYS)
await loadUserData(pubkey)
loginWithNip46(pubkey, controller.clientSecret, response.event.pubkey, SIGNER_RELAYS)
setChecked("*")
clearModals()
},