From 605c3f761484742e0a43b7bb5575d5beb127967a Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Wed, 28 Apr 2021 13:13:18 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ulf Gebhardt --- frontend/src/views/Layout/AuthLayout_gdd.vue | 3 --- frontend/src/views/Pages/Login.vue | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) 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)