Skip to content

Commit 9cb0108

Browse files
committed
.
1 parent 275ab1e commit 9cb0108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/light-bootstrap-stubs/resources/views/auth/register.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757

5858
<div class="form-group">
59-
<input type="password" name="password" class="form-control" required >
59+
<input type="password" name="password" class="form-control" placeholder="Password" required autofocus>
6060
</div>
6161
<div class="form-group">
6262
<input type="password" name="password_confirmation" placeholder="Password Confirmation" class="form-control" required autofocus>

0 commit comments

Comments
 (0)