Convert attribute name in watch (#3929)

This commit is contained in:
Erik Jan de Wit 2022-12-06 10:58:43 -05:00 committed by GitHub
parent 3ac040dc34
commit 3f90f9ecf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ export const Keys = ({ clientId, save, hasConfigureAccess }: KeysProps) => {
const useJwksUrl = useWatch({
control,
name: "attributes.use.jwks.url",
name: convertAttributeNameToForm<FormFields>("attributes.use.jwks.url"),
defaultValue: "false",
});