We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275ab1e commit 9cb0108Copy full SHA for 9cb0108
src/light-bootstrap-stubs/resources/views/auth/register.blade.php
@@ -56,7 +56,7 @@
56
</div>
57
58
<div class="form-group">
59
- <input type="password" name="password" class="form-control" required >
+ <input type="password" name="password" class="form-control" placeholder="Password" required autofocus>
60
61
62
<input type="password" name="password_confirmation" placeholder="Password Confirmation" class="form-control" required autofocus>
0 commit comments