mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-20 03:36:46 +00:00
Update login.component.html
This commit is contained in:
parent
e36d56ff5d
commit
bac6047247
@ -18,7 +18,7 @@
|
||||
<mat-error *ngIf="loginForm.get('username').hasError('required')">You must enter username</mat-error>
|
||||
</mat-form-field>
|
||||
<mat-form-field>
|
||||
<input matInput formControlName="password" placeholder="Password" />
|
||||
<input matInput type="password" formControlName="password" placeholder="Password" />
|
||||
<mat-error *ngIf="loginForm.get('password').hasError('required')">You must enter password</mat-error>
|
||||
</mat-form-field>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user