File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Resources/skeleton/authenticator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717<?php endif ; ?>
1818
1919 <h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
20- <label for="input<?= ucfirst ($ username_field ); ?> " class="sr-only" ><?= $ username_label ; ?> </label>
21- <input type="<?= $ username_is_email ? 'email ' : 'text ' ; ?> " value="{{ last_username }}" name="<?= $ username_field ; ?> " id="input<?= ucfirst ($ username_field ); ?> " class="form-control" placeholder=" <?= $ username_label ; ?> " required autofocus>
22- <label for="inputPassword" class="sr-only" >Password</label>
23- <input type="password" name="password" id="inputPassword" class="form-control" placeholder="Password" required>
20+ <label for="input<?= ucfirst ($ username_field ); ?> "><?= $ username_label ; ?> </label>
21+ <input type="<?= $ username_is_email ? 'email ' : 'text ' ; ?> " value="{{ last_username }}" name="<?= $ username_field ; ?> " id="input<?= ucfirst ($ username_field ); ?> " class="form-control" required autofocus>
22+ <label for="inputPassword">Password</label>
23+ <input type="password" name="password" id="inputPassword" class="form-control" required>
2424
2525 <input type="hidden" name="_csrf_token"
2626 value="{{ csrf_token('authenticate') }}"
You can’t perform that action at this time.
0 commit comments