mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 15:15:24 +02:00
Fix login blank page issue
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export default function App() {
|
||||
|
||||
const handleSignOut = () => {
|
||||
signOut();
|
||||
window.location.href = '/';
|
||||
setSession(null);
|
||||
};
|
||||
|
||||
if (!session) {
|
||||
|
||||
Reference in New Issue
Block a user