Auth Package Extraction And Auth Flow Refactor #2

Merged
aetos merged 5 commits from auth-package into main 2025-12-28 14:47:38 +00:00
Showing only changes of commit 86101a1b1c - Show all commits

View File

@@ -91,6 +91,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ children
} else {
setCurrentUser(null);
setAuthors([]);
setError(null);
}
}, [authUser]);