beta sign up sends an email with a magic token. then a separate email to login.

This commit is contained in:
2025-12-20 17:15:10 -05:00
parent c06696e66d
commit 8d9013d0dd
8 changed files with 459 additions and 119 deletions
+2 -1
View File
@@ -95,4 +95,5 @@ export function TopNav() {
</div>
</header>
);
}
}
export default TopNav;