fix: no need to listen for authUrl in createNsecBunkerSigner method of NostrController
All checks were successful
Release / build_and_release (push) Successful in 42s
All checks were successful
Release / build_and_release (push) Successful in 42s
This commit is contained in:
parent
c99a2a81c2
commit
3626368e95
@ -127,10 +127,6 @@ export class NostrController {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.remoteSigner.on('authUrl', (url: string) => {
|
|
||||||
window.open(url, '_blank')
|
|
||||||
})
|
|
||||||
|
|
||||||
resolve(this.remoteSigner)
|
resolve(this.remoteSigner)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user