fix(auth): redirect to splash after logout

This commit is contained in:
2026-06-17 15:07:16 +08:00
parent 0d2a515e51
commit bda1605ce7
7 changed files with 48 additions and 5 deletions
+1
View File
@@ -67,6 +67,7 @@ export function AuthProvider({ children }: AuthProviderProps) {
state.matches("loadingEmailLogin") ||
state.matches("loadingEmailRegister") ||
state.matches("loadingOAuth") ||
state.matches("loggingOut") ||
state.matches("syncingGoogleBackend") ||
state.matches("syncingFacebookBackend") ||
state.matches("loadingGuestLogin"),