Fix client certificate bound access token toggle (#4546)
This commit is contained in:
parent
26f2dd0a96
commit
7adacaa512
1 changed files with 3 additions and 1 deletions
|
@ -142,7 +142,9 @@ export const AdvancedSettings = ({
|
|||
}
|
||||
>
|
||||
<Controller
|
||||
name="attributes.tls-client-certificate-bound-access-tokens"
|
||||
name={convertAttributeNameToForm<FormFields>(
|
||||
"attributes.tls.client.certificate.bound.access.tokens"
|
||||
)}
|
||||
defaultValue={false}
|
||||
control={control}
|
||||
render={({ field }) => (
|
||||
|
|
Loading…
Reference in a new issue