From c3b1dfd82579e33ed0bb3713cda6a02e8b3f20ea Mon Sep 17 00:00:00 2001 From: mpetrov Date: Fri, 17 Jan 2025 12:46:24 +0200 Subject: [PATCH] Fixed oathclient - client id and secret removal with slow internet --- .../home/pages/admin/oauth2/clients/client.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/client.component.ts b/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/client.component.ts index 70355c0a3e..08d7782a7f 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/client.component.ts +++ b/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/client.component.ts @@ -203,7 +203,9 @@ export class ClientComponent extends EntityComponent { this.changeMapperConfigType(this.entityForm, value);