Migrate the existing login form to use React

This commit is contained in:
Dane Everitt
2019-06-09 19:26:20 -07:00
parent 0ab3768274
commit d9f30294de
15 changed files with 322 additions and 72 deletions

View File

@@ -4,10 +4,7 @@
@section('container')
<div class="w-full max-w-xs sm:max-w-sm m-auto mt-8">
<div class="text-center hidden sm:block">
<img src="/assets/img/pterodactyl-flat.svg" class="max-w-xxs">
</div>
<router-view></router-view>
<div id="app"></div>
<p class="text-center text-neutral-500 text-xs">
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
</p>