fix: local config, empty accounts page

This commit is contained in:
Max Peintner
2023-05-25 08:40:53 +02:00
parent bb9527d11a
commit e7b997739a
3 changed files with 8 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ async function loadSessions(): Promise<Session[]> {
);
return response?.sessions ?? [];
} else {
console.info("No session cookie found.");
return [];
}
}