property should have been clientAuthMethod (#3336)
This commit is contained in:
parent
07ee44a682
commit
50a673788f
1 changed files with 1 additions and 1 deletions
|
@ -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 }) => (
|
||||||
|
|
Loading…
Reference in a new issue