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 () {