diff --git a/ui/src/components/LoginModal.vue b/ui/src/components/LoginModal.vue index 060760a..534fb5f 100644 --- a/ui/src/components/LoginModal.vue +++ b/ui/src/components/LoginModal.vue @@ -16,7 +16,7 @@ ref="username_input" class="input" type="text" - v-model="creds[0]" + v-model="creds.username" /> @@ -24,7 +24,7 @@