Fix client certificate bound access token toggle (#4546)

This commit is contained in:
syalioune 2023-03-06 12:20:32 +01:00 committed by GitHub
parent 26f2dd0a96
commit 7adacaa512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,9 @@ export const AdvancedSettings = ({
} }
> >
<Controller <Controller
name="attributes.tls-client-certificate-bound-access-tokens" name={convertAttributeNameToForm<FormFields>(
"attributes.tls.client.certificate.bound.access.tokens"
)}
defaultValue={false} defaultValue={false}
control={control} control={control}
render={({ field }) => ( render={({ field }) => (