Started a flight view

This commit is contained in:
2026-04-06 11:13:35 +10:00
parent 968272754e
commit b53c92de36
5 changed files with 101 additions and 4 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ const submit = () => {
<v-col cols="12">
<v-text-field
v-model="form.name"
label="Name"
autocomplete="name"
label="Username"
autocomplete="username"
autofocus
:error-messages="form.errors.name"
/>