Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -347,7 +347,7 @@ export class OAuth2SettingsComponent extends PageComponent implements OnInit, Ha |
347 | 347 | clientRegistration.get('authorizationUri').disable(); |
348 | 348 | clientRegistration.get('jwkSetUri').disable(); |
349 | 349 | clientRegistration.get('userInfoUri').disable(); |
350 | - clientRegistration.patchValue(template); | |
350 | + clientRegistration.patchValue(template, {emitEvent: false}); | |
351 | 351 | } |
352 | 352 | } |
353 | 353 | ... | ... |