diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 0938cf7..e48d264 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -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')