Fix login blank page issue

This commit is contained in:
Christian Vidal Wolf
2026-04-10 08:20:44 +02:00
parent 22dfa30708
commit 1ef865250a
+1 -1
View File
@@ -21,7 +21,7 @@ export default function App() {
const handleSignOut = () => {
signOut();
window.location.href = '/';
setSession(null);
};
if (!session) {