diff --git a/web/app/components/system-features-initor/store.tsx b/web/app/components/system-features-initor/store.tsx index ebf27059de..5ca47bb9e9 100644 --- a/web/app/components/system-features-initor/store.tsx +++ b/web/app/components/system-features-initor/store.tsx @@ -12,7 +12,7 @@ export const useSystemFeaturesStore = create(set => ({ sso_enforced_for_signin_protocol: '', sso_enforced_for_web: false, sso_enforced_for_web_protocol: '', - expired_at: 11, + expired_at: 0, }, setSystemFeatures: features => set({ systemFeatures: features }), }))