mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:45:19 +00:00
Update apps/login/app/(login)/accounts/page.tsx
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -22,8 +22,6 @@ 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