fix roles
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<div class="alert alert-info">
|
||||
@lang('boilerplate::auth.firstlogin.intro')
|
||||
</div>
|
||||
@component('boilerplate::input', ['name' => 'password', 'placeholder' => 'boilerplate::auth.fields.password', 'append-text' => 'fas fa-lock', 'type' => 'password', 'autofocus' => true])@endcomponent
|
||||
@component('boilerplate::input', ['name' => 'password_confirmation', 'placeholder' => 'boilerplate::auth.fields.password_confirm', 'append-text' => 'fas fa-lock', 'type' => 'password'])@endcomponent
|
||||
@component('boilerplate::password', ['name' => 'password', 'placeholder' => 'boilerplate::auth.fields.password', 'autofocus' => true])@endcomponent
|
||||
@component('boilerplate::password', ['name' => 'password_confirmation', 'placeholder' => 'boilerplate::auth.fields.password_confirm', 'check' => false])@endcomponent
|
||||
<div class="form-group text-center">
|
||||
<button type="submit" class="btn btn-primary">@lang('boilerplate::auth.firstlogin.button')</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user