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 17
17
<?php endif ; ?>
18
18
19
19
<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>
24
24
25
25
<input type="hidden" name="_csrf_token"
26
26
value="{{ csrf_token('authenticate') }}"
You can’t perform that action at this time.
0 commit comments