mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 18:05: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 = () => {
|
const handleSignOut = () => {
|
||||||
signOut();
|
signOut();
|
||||||
window.location.href = '/';
|
setSession(null);
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!session) {
|
if (!session) {
|
||||||
|
|||||||
Reference in New Issue
Block a user