mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:36:44 +00:00
fix: local config, empty accounts page
This commit is contained in:
@@ -100,7 +100,7 @@ export async function getAllSessionIds(): Promise<any> {
|
||||
const sessions: SessionCookie[] = JSON.parse(stringifiedCookie?.value);
|
||||
return sessions.map((session) => session.id);
|
||||
} else {
|
||||
return Promise.reject();
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user