nicolium: this should make the initial load reasonably fast without breaking stuff

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-19 10:16:16 +01:00
parent b1724eeb20
commit a278bf9018

View File

@ -30,7 +30,7 @@ const fetchInstance = async () => {
useInstanceStore.getState().actions.instanceFetchFailed(error);
});
if (!fetched) await promise;
if (!fetched && !getAuthUserUrl()) await promise;
};
const checkIfStandalone = () =>