From a1aaaaa0c86c002a0a406464724b8a0236fe8406 Mon Sep 17 00:00:00 2001
From: "John Molakvoæ (skjnldsv)"
Date: Fri, 1 Apr 2022 15:19:15 +0200
Subject: Update and fix theming images
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: John Molakvoæ (skjnldsv)
---
core/src/components/login/LoginButton.vue | 62 +++++++++++++++++-----
core/src/components/login/LoginForm.vue | 6 +--
.../src/components/login/PasswordLessLoginForm.vue | 5 --
core/src/components/login/ResetPassword.vue | 21 ++------
core/src/components/login/UpdatePassword.vue | 23 +++-----
core/src/views/Login.vue | 6 +--
6 files changed, 64 insertions(+), 59 deletions(-)
(limited to 'core/src')
diff --git a/core/src/components/login/LoginButton.vue b/core/src/components/login/LoginButton.vue
index f7d426e6c63..e99398ba09a 100644
--- a/core/src/components/login/LoginButton.vue
+++ b/core/src/components/login/LoginButton.vue
@@ -20,25 +20,33 @@
-->
-
-
+
-
+ :value="!loading ? value : valueLoading">
+
+
-
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index e702961d50e..9114c0a728a 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -89,7 +89,7 @@
-
+
@@ -158,10 +158,6 @@ export default {
type: Number,
default: 0,
},
- invertedColors: {
- type: Boolean,
- default: false,
- },
autoCompleteAllowed: {
type: Boolean,
default: true,
diff --git a/core/src/components/login/PasswordLessLoginForm.vue b/core/src/components/login/PasswordLessLoginForm.vue
index 94e7b35fa0e..3c0013936f0 100644
--- a/core/src/components/login/PasswordLessLoginForm.vue
+++ b/core/src/components/login/PasswordLessLoginForm.vue
@@ -25,7 +25,6 @@
@@ -74,10 +73,6 @@ export default {
type: [String, Boolean],
default: false,
},
- invertedColors: {
- type: Boolean,
- default: false,
- },
autoCompleteAllowed: {
type: Boolean,
default: true,
diff --git a/core/src/components/login/ResetPassword.vue b/core/src/components/login/ResetPassword.vue
index 79589a96aca..7a499baa2f0 100644
--- a/core/src/components/login/ResetPassword.vue
+++ b/core/src/components/login/ResetPassword.vue
@@ -37,17 +37,7 @@
@@ -77,11 +67,14 @@