mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 10:53:44 +00:00
auth methods
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user