refactor: Update loggedIn store type and streamline login/dashboard navigation logic
Some checks failed
SteamWarCI Build failed
Some checks failed
SteamWarCI Build failed
This commit is contained in:
@@ -89,6 +89,6 @@ export class AuthV2Repo {
|
||||
}
|
||||
}
|
||||
|
||||
export const loggedIn = writable(false);
|
||||
export const loggedIn = writable<boolean | undefined>(undefined);
|
||||
|
||||
export const authV2Repo = readable(new AuthV2Repo());
|
||||
|
||||
Reference in New Issue
Block a user