chore: quick fix
All checks were successful
Release / build_and_release (push) Successful in 42s

This commit is contained in:
Sabir Hassan 2024-03-04 13:33:55 +05:00
parent 34e7a34bd7
commit 22f8eeebf2

View File

@ -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')