fix(auth): redirect to splash after logout
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user