From a8be57d57878e92350b996a53633c45c96cc9300 Mon Sep 17 00:00:00 2001 From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu> Date: Thu, 14 Apr 2022 19:15:20 +0200 Subject: [PATCH] Implement locking for the users. --- smp-angular/src/app/security/security.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/smp-angular/src/app/security/security.service.ts b/smp-angular/src/app/security/security.service.ts index fe6eb52f7..6bfe4e5e6 100644 --- a/smp-angular/src/app/security/security.service.ts +++ b/smp-angular/src/app/security/security.service.ts @@ -34,7 +34,6 @@ export class SecurityService { this.updateUserDetails(response); }, (error: any) => { - alert("Error: " + error) this.securityEventService.notifyLoginErrorEvent(error); }); } -- GitLab