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:
@ -30,7 +30,7 @@ const fetchInstance = async () => {
|
||||
useInstanceStore.getState().actions.instanceFetchFailed(error);
|
||||
});
|
||||
|
||||
if (!fetched) await promise;
|
||||
if (!fetched && !getAuthUserUrl()) await promise;
|
||||
};
|
||||
|
||||
const checkIfStandalone = () =>
|
||||
|
||||
Reference in New Issue
Block a user