diff --git a/packages/nicolium/src/stores/auth.ts b/packages/nicolium/src/stores/auth.ts index 163d3b3e1..7869752c6 100644 --- a/packages/nicolium/src/stores/auth.ts +++ b/packages/nicolium/src/stores/auth.ts @@ -710,8 +710,6 @@ const useAuthStore = create()( queryClient.setQueryData(queryKeys.accounts.show(account.id), account); get().actions.setCurrentAccountIfUnset(account); if (account.id === get().currentAccountId) fetchMeSuccess(account); - get().actions.verifyCredentials(token, accountUrl!); - return; } catch {} return await get().actions.verifyCredentials(token, accountUrl!);