Refactor admin form layout, improve bible reference input, re-enable client-side cookie access, and try manual focus on login modal

This commit is contained in:
Ryderjj89
2025-10-01 18:51:02 -04:00
parent f1dd6c495c
commit 0361c3fbe6
3 changed files with 52 additions and 52 deletions

View File

@@ -10,10 +10,10 @@
<UFormGroup label="Username" name="username">
<UInput
v-model="form.username"
ref="usernameInput"
placeholder="Enter username"
:disabled="loading"
class="w-full"
autofocus
/>
</UFormGroup>