Tweak some form fields

Making them required and/or disabled where necessary, and adding some
bounds.
This commit is contained in:
Joscha 2025-03-03 18:20:16 +01:00
parent 900482bacf
commit 83ab81d0c5
3 changed files with 36 additions and 6 deletions

View file

@ -35,9 +35,10 @@ function submit() {
<input
v-model="username"
type="text"
required
minlength="1"
maxlength="32"
required
:disabled
/>
</label>