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
.createNsecBunkerSigner(pubkey)
.then(async () => {
dispatch(updateLoginMethod(LoginMethods.privateKey))
dispatch(updateLoginMethod(LoginMethods.nsecBunker))
dispatch(updateNsecbunkerPubkey(pubkey))
setLoadingSpinnerDesc('Authenticating and finding metadata')