mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix
This commit is contained in:
parent
c3656a1379
commit
5009036a26
|
@ -12,7 +12,7 @@ export const useSystemFeaturesStore = create<StateAndAction>(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 }),
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue
Block a user