auth methods

This commit is contained in:
Max Peintner
2023-06-28 10:47:22 +02:00
parent 6fcb1ae8e8
commit 4e97744879
6 changed files with 153 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ 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">
<h1>Accounts</h1>