mirror of https://github.com/kcal-app/kcal.git
Prefill login credentials for demo
This commit is contained in:
parent
30e3ba249c
commit
365fabad5f
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue