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 16a0ad5..0a20928 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="password" + formControlName="code" id="password" />