This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new c624ccc5e5 NIFI-13820 autofocus Username field on Login Form (#9325)
c624ccc5e5 is described below

commit c624ccc5e5f23cfdee13d75168eddf564c7f3e36
Author: Michael Moser <[email protected]>
AuthorDate: Thu Oct 3 08:49:16 2024 -0400

    NIFI-13820 autofocus Username field on Login Form (#9325)
    
    This closes #9325
---
 .../nifi/src/app/pages/login/ui/login-form/login-form.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/login/ui/login-form/login-form.component.html
 
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/login/ui/login-form/login-form.component.html
index 4a2d55181c..98d4566553 100644
--- 
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/login/ui/login-form/login-form.component.html
+++ 
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/login/ui/login-form/login-form.component.html
@@ -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>

Reply via email to