passwordless prompt page

This commit is contained in:
Max Peintner
2023-06-19 16:28:29 +02:00
parent ed7d612660
commit f8bbfb3d57
4 changed files with 37 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ async function loadSessions(): Promise<Session[]> {
export default async function Page() {
let sessions = await loadSessions();
console.log(sessions);
return (
<div className="flex flex-col items-center space-y-4">