diff --git a/src/App.vue b/src/App.vue index 68e9d1a..ea32c4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue index 3cc1edd..a11695a 100644 --- a/src/views/LoginView.vue +++ b/src/views/LoginView.vue @@ -47,6 +47,7 @@ rounded onclick="this.blur()" type="submit" + :disabled="password.length < 1 || username.length < 1" @click.prevent="handleSubmit" > Log in diff --git a/src/views/SettingsView.vue b/src/views/SettingsView.vue index 6ebcfce..0f6c2ff 100644 --- a/src/views/SettingsView.vue +++ b/src/views/SettingsView.vue @@ -1,10 +1,18 @@