Email + password login scheme set up, mailgun sending set up.

This commit is contained in:
2026-04-02 14:29:56 -05:00
parent d3021014ed
commit f13035f8c5
10 changed files with 241 additions and 41 deletions

View File

@@ -44,7 +44,7 @@ export default function App() {
if (isPending) return;
if (!session) {
setView('login');
if (view !== 'signup' && view !== 'forgot-password') setView('login');
return;
}