This commit is contained in:
parent
34e7a34bd7
commit
22f8eeebf2
@ -175,7 +175,7 @@ export const Login = () => {
|
|||||||
await nostrController
|
await nostrController
|
||||||
.createNsecBunkerSigner(pubkey)
|
.createNsecBunkerSigner(pubkey)
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
dispatch(updateLoginMethod(LoginMethods.privateKey))
|
dispatch(updateLoginMethod(LoginMethods.nsecBunker))
|
||||||
dispatch(updateNsecbunkerPubkey(pubkey))
|
dispatch(updateNsecbunkerPubkey(pubkey))
|
||||||
|
|
||||||
setLoadingSpinnerDesc('Authenticating and finding metadata')
|
setLoadingSpinnerDesc('Authenticating and finding metadata')
|
||||||
|
Loading…
Reference in New Issue
Block a user