diff --git a/frontend/src/auth.ts b/frontend/src/auth.ts index b0bcc97..55114f0 100644 --- a/frontend/src/auth.ts +++ b/frontend/src/auth.ts @@ -49,7 +49,7 @@ export function getOidcConfig() { window.location.origin, scope: import.meta.env.VITE_OIDC_SCOPE || "openid profile email", response_type: "code" as const, - automaticSilentRenew: false, + automaticSilentRenew: true, loadUserInfo: true, stateStore: storage, userStore: storage,