Prefill login credentials for demo

This commit is contained in:
Christopher C. Wells 2021-04-08 15:03:10 -07:00
parent 30e3ba249c
commit 365fabad5f
1 changed files with 4 additions and 5 deletions

View File

@ -24,9 +24,8 @@
class="block mt-1 w-full"
type="text"
name="username"
:value="old('username')"
required
autofocus />
value="kcal"
required />
</div>
<!-- Password -->
@ -36,8 +35,8 @@
<x-inputs.input id="password" class="block mt-1 w-full"
type="password"
name="password"
required
autocomplete="current-password" />
value="kcal"
required />
</div>
<!-- Remember Me -->