Prevent login page show up when on auth is needed

This commit is contained in:
yangdx
2025-03-23 01:16:53 +08:00
parent 9f81d34ce3
commit b72aa3e8ca
2 changed files with 9 additions and 11 deletions

View File

@@ -49,6 +49,7 @@ const AppContent = () => {
return () => {
isMounted = false;
setInitializing(false)
}
}, [isAuthenticated])