From 22f8eeebf2bffb93dd83e25c05ec0f9af4d09f6e Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Mon, 4 Mar 2024 13:33:55 +0500 Subject: [PATCH] chore: quick fix --- src/pages/login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')