File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h5 class="card-title text-center"><span translate lib="web">signin</span> {{ctr
1111 < form class ="form-signin " ngNoForm method ='post ' action ='/local '>
1212 < div class ="form-label-group " ng-show ="ctrl.localenabled ">
1313 < input type ="text " name ="username " ng-model ="ctrl.username " class ="form-control " placeholder ="email "
14- required autofocus autocomplete ='off ' ng-blur ="ctrl.usernameblur() ">
14+ required autofocus autocomplete ='off ' ng-change =" ctrl.usernameblur() " ng- blur ="ctrl.usernameblur() ">
1515 < label for ="username " translate lib ="web "> email</ label >
1616 </ div >
1717 < div class ="form-label-group " ng-show ="ctrl.localenabled " id ="password ">
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ <h5 class="card-title text-center"><span translate lib="web">signin</span> {{ctr
386386 < form class ="form-signin " ngNoForm method ='post ' action ='/local ' ng-show ="ctrl.stage == 0 ">
387387 < div class ="form-label-group " ng-show ="ctrl.localenabled ">
388388 < input type ="text " name ="username " id ="username " ng-model ="ctrl.username " class ="form-control " placeholder ="email "
389- required autofocus autocomplete ='off ' ng-blur ="ctrl.usernameblur() ">
389+ required autofocus autocomplete ='off ' ng-change =" ctrl.usernameblur() " ng- blur ="ctrl.usernameblur() ">
390390 < label for ="username " translate lib ="web "> email</ label >
391391 </ div >
392392 < div class ="form-label-group " ng-show ="ctrl.localenabled " id ="password ">
You can’t perform that action at this time.
0 commit comments