mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Got registration process working with social accounts
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="password">Password</label>
|
||||
@include('form/password', ['name' => 'password'])
|
||||
@include('form/password', ['name' => 'password', 'placeholder' => 'Must be over 5 characters'])
|
||||
</div>
|
||||
|
||||
<div class="from-group">
|
||||
|
Reference in New Issue
Block a user