mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 19:33:44 +00:00
fix: local config, empty accounts page
This commit is contained in:
@@ -17,6 +17,7 @@ async function loadSessions(): Promise<Session[]> {
|
||||
);
|
||||
return response?.sessions ?? [];
|
||||
} else {
|
||||
console.info("No session cookie found.");
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user