property should have been clientAuthMethod (#3336)

This commit is contained in:
Erik Jan de Wit 2022-09-16 10:57:21 +02:00 committed by GitHub
parent 07ee44a682
commit 50a673788f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ export const OIDCAuthentication = ({ create = true }: { create?: boolean }) => {
fieldId="clientAuthentication" fieldId="clientAuthentication"
> >
<Controller <Controller
name="config.clientAuthentications" name="config.clientAuthMethod"
defaultValue={clientAuthentications[0]} defaultValue={clientAuthentications[0]}
control={control} control={control}
render={({ onChange, value }) => ( render={({ onChange, value }) => (