From 98c6266046b8ad599e8ed2de27bb612d6e861044 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Thu, 6 Jun 2024 20:02:04 +0200 Subject: [PATCH] Fixed registration button causing form to submit resulting in a login and thus showing error twice --- src/components/screens/Login.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/screens/Login.vue b/src/components/screens/Login.vue index 616188b..c315aa6 100644 --- a/src/components/screens/Login.vue +++ b/src/components/screens/Login.vue @@ -15,7 +15,7 @@
- +
@@ -39,7 +39,6 @@ if (bgm.value.paused) { // eslint-disable-next-line @typescript-eslint/no-unused-vars const notifications = useNotificationStore() -const socket = useSocketStore() const username = ref('') const password = ref('')