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_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 }),
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user