From d810a0a1b987c57a97f96d7a8506a0b8ea37e662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 19 Mar 2026 17:09:47 +0100 Subject: [PATCH] Revert "nicolium: make loading account from kvstore improve app loading time" This reverts commit 804dc5aa7fefb12241de5c76e50da9324ed31713. --- packages/nicolium/src/stores/auth.ts | 2 -- 1 file changed, 2 deletions(-) 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!);