Fix password reset system
This commit is contained in:
parent
8e92f96999
commit
861af87e93
7 changed files with 11 additions and 14 deletions
|
@ -10,7 +10,7 @@
|
|||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-8">
|
||||
<form action="/auth/password" method="POST">
|
||||
<legend>{{ trans('auth.resetpassword') }}</legend>
|
||||
<fieldset>
|
||||
|
|
Reference in a new issue