From 56f2e3675e2e9ee89b8fc04a6a8049675c0f4b8e Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 18 Jan 2024 18:07:17 +0530 Subject: [PATCH] Fixed: login button not working on click --- src/views/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Login.vue b/src/views/Login.vue index 4e5d38f..4e213f8 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -16,7 +16,7 @@
- {{ $t("Login") }} + {{ $t("Login") }}
@@ -61,7 +61,7 @@ export default defineComponent({ }) }, mounted() { - this.instanceUrl= this.currentInstanceUrlSaved; + this.instanceUrl = this.currentInstanceUrlSaved; }, methods: { login: function () {