From a3325de89bfc702bf4d44ef7c3718eef55b4b896 Mon Sep 17 00:00:00 2001 From: Sakshi Bobade Date: Fri, 25 Mar 2022 16:53:13 +0530 Subject: [PATCH] Reset password multiple times --- .../src/app/authentication-manager/login/login.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-desktop/src/app/authentication-manager/login/login.component.ts b/virtual-desktop/src/app/authentication-manager/login/login.component.ts index 7f7fd5c5..fd14699a 100644 --- a/virtual-desktop/src/app/authentication-manager/login/login.component.ts +++ b/virtual-desktop/src/app/authentication-manager/login/login.component.ts @@ -291,7 +291,7 @@ export class LoginComponent implements OnInit { } } if (plugin.canChangePassword) { - this.passwordServices.add(plugin); + this.passwordServices.add(pluginKeys[j]); } } }