small fix in attribute naming (#3140)

This commit is contained in:
Erik Jan de Wit 2022-08-22 16:37:29 +02:00 committed by GitHub
parent 0f916299ce
commit 01cc7d7d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }) => (