From a6c367ba249e9d53d318d6c2b0af68ee5bc56cd9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 10 Jun 2025 18:04:32 +0200 Subject: [PATCH] Show 2fa error in login view --- dashboard/src/views/LoginView.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/LoginView.vue b/dashboard/src/views/LoginView.vue index 7230ac99f..39696aba6 100644 --- a/dashboard/src/views/LoginView.vue +++ b/dashboard/src/views/LoginView.vue @@ -105,8 +105,8 @@ onMounted(async () => { -
{{ $t('login.errorIncorrectCredentials') }}
-
{{ $t('login.errorInternal') }}
+
{{ $t('login.errorIncorrectCredentials') }}
+
{{ $t('login.errorInternal') }}
@@ -124,6 +124,8 @@ onMounted(async () => { +
{{ $t('login.errorIncorrect2FAToken') }}
+