Begin working on password reset page
This commit is contained in:
parent
d9f30294de
commit
b93b40ba31
8 changed files with 120 additions and 11 deletions
|
@ -5,8 +5,5 @@
|
|||
@section('container')
|
||||
<div class="w-full max-w-xs sm:max-w-sm m-auto mt-8">
|
||||
<div id="app"></div>
|
||||
<p class="text-center text-neutral-500 text-xs">
|
||||
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
|
||||
</p>
|
||||
</div>
|
||||
@endsection
|
||||
|
|
Reference in a new issue