NIFI-13820 autofocus Username field on Login Form (#9325)

This closes #9325
This commit is contained in:
Michael Moser 2024-10-03 08:49:16 -04:00 committed by GitHub
parent 8424e3428a
commit c624ccc5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<div> <div>
<mat-form-field> <mat-form-field>
<mat-label>Username</mat-label> <mat-label>Username</mat-label>
<input matInput formControlName="username" type="text" /> <input matInput formControlName="username" type="text" autofocus />
</mat-form-field> </mat-form-field>
</div> </div>
<div> <div>