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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user