Begin working on password reset page

This commit is contained in:
Dane Everitt
2019-06-11 22:02:18 -07:00
parent d9f30294de
commit b93b40ba31
8 changed files with 120 additions and 11 deletions

View File

@@ -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