small fix in attribute naming (#3140)
This commit is contained in:
parent
0f916299ce
commit
01cc7d7d20
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@ export const OpenIdConnectCompatibilityModes = ({
|
|||
}
|
||||
>
|
||||
<Controller
|
||||
name="attributes.client_credentials.use_refresh_token"
|
||||
name={convertAttributeNameToForm(
|
||||
"attributes.client_credentials.use_refresh_token"
|
||||
)}
|
||||
defaultValue="false"
|
||||
control={control}
|
||||
render={({ onChange, value }) => (
|
||||
|
|
Loading…
Reference in a new issue