From 3f67f8c938299586ee9c19915e04cb9ba44c9d76 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Mon, 5 Feb 2024 15:04:26 +0530 Subject: [PATCH] Revert " CodeQl issue fixed: Use of password hash with insufficient computational effort" --- src/app/app-modules/user-login/login/login.component.html | 8 ++++---- src/app/app-modules/user-login/login/login.component.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/app-modules/user-login/login/login.component.html b/src/app/app-modules/user-login/login/login.component.html index 0a20928..16a0ad5 100644 --- a/src/app/app-modules/user-login/login/login.component.html +++ b/src/app/app-modules/user-login/login/login.component.html @@ -45,7 +45,7 @@ matInput [type]="hide ? 'password' : 'text'" placeholder="" - formControlName="code" + formControlName="password" id="password" />