mirror of https://github.com/apache/nifi.git
NIFI-13820 autofocus Username field on Login Form (#9325)
This closes #9325
This commit is contained in:
parent
8424e3428a
commit
c624ccc5e5
|
@ -30,7 +30,7 @@
|
|||
<div>
|
||||
<mat-form-field>
|
||||
<mat-label>Username</mat-label>
|
||||
<input matInput formControlName="username" type="text" />
|
||||
<input matInput formControlName="username" type="text" autofocus />
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue