fix: no need to listen for authUrl in createNsecBunkerSigner method of NostrController
All checks were successful
Release / build_and_release (push) Successful in 42s

This commit is contained in:
Sabir Hassan 2024-03-19 10:51:20 +05:00
parent c99a2a81c2
commit 3626368e95

View File

@ -127,10 +127,6 @@ export class NostrController {
) )
} }
this.remoteSigner.on('authUrl', (url: string) => {
window.open(url, '_blank')
})
resolve(this.remoteSigner) resolve(this.remoteSigner)
}) })
} }