feat(frontend): require center API key on login/auth calls

This commit is contained in:
nav
2026-05-13 08:18:01 +00:00
parent c906cde209
commit 4724678035
5 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
export type AuthSession = {
centerApiBase: string
centerApiKey: string
accessToken: string
refreshToken: string
tokenType: string