From 5009036a26647c23cf5166979670ef2b1a9f13f9 Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Mon, 15 Jul 2024 16:31:57 +0800 Subject: [PATCH] fix --- web/app/components/system-features-initor/store.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }), }))