diff --git a/frontend/src/views/Layout/AuthLayout_gdd.vue b/frontend/src/views/Layout/AuthLayout_gdd.vue index 0e963e2ba..53c9b58a0 100644 --- a/frontend/src/views/Layout/AuthLayout_gdd.vue +++ b/frontend/src/views/Layout/AuthLayout_gdd.vue @@ -23,9 +23,6 @@ export default { fullPage: true, } }, - props: { - isLoading: { type: Boolean, default: false }, - }, components: { Loading, ContentFooter, diff --git a/frontend/src/views/Pages/Login.vue b/frontend/src/views/Pages/Login.vue index 3a872fe41..b910e1348 100755 --- a/frontend/src/views/Pages/Login.vue +++ b/frontend/src/views/Pages/Login.vue @@ -67,7 +67,7 @@ -
+
{{ $t('site.login.signin') }} @@ -112,7 +112,7 @@ export default { async onSubmit() { let loader = this.$loading.show({ // Optional parameters - container: this.$refs.formContainer, + container: this.$refs.submitButton, }) const result = await loginAPI.login(this.model.email, this.model.password)