Allow any email to register and fix logout blank page bug

This commit is contained in:
Christian Vidal Wolf
2026-04-09 09:58:01 +02:00
parent ec541f1238
commit f125572572
3 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default function App() {
const handleSignOut = () => {
signOut();
setSession(null);
window.location.href = '/';
};
if (!session) {