mirror of
https://github.com/langgenius/dify.git
synced 2025-12-20 06:32:45 +00:00
fix
This commit is contained in:
@@ -12,7 +12,7 @@ export const useSystemFeaturesStore = create<StateAndAction>(set => ({
|
|||||||
sso_enforced_for_signin_protocol: '',
|
sso_enforced_for_signin_protocol: '',
|
||||||
sso_enforced_for_web: false,
|
sso_enforced_for_web: false,
|
||||||
sso_enforced_for_web_protocol: '',
|
sso_enforced_for_web_protocol: '',
|
||||||
expired_at: 11,
|
expired_at: 0,
|
||||||
},
|
},
|
||||||
setSystemFeatures: features => set({ systemFeatures: features }),
|
setSystemFeatures: features => set({ systemFeatures: features }),
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user