1
0
mirror of https://github.com/google/nomulus synced 2026-07-11 18:42:25 +00:00

Change registry lock input to password-type (#3125)

This commit is contained in:
gbrodman
2026-07-10 11:12:39 -04:00
committed by GitHub
parent ae310ea141
commit 93ec04018f
@@ -20,7 +20,7 @@
<p>
<mat-label for="password">Password: </mat-label>
<mat-form-field name="password" appearance="outline">
<input matInput type="text" formControlName="password" required />
<input matInput type="password" formControlName="password" required />
</mat-form-field>
</p>
<p>
@@ -60,7 +60,7 @@
<p>
<mat-label for="password">Password: </mat-label>
<mat-form-field name="password" appearance="outline">
<input matInput type="text" formControlName="password" required />
<input matInput type="password" formControlName="password" required />
</mat-form-field>
</p>