From f33666b8486d76e005e4204e0d46f4dba8142aee Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 6 Apr 2025 12:27:43 +0200 Subject: [PATCH] Use fieldset in login form --- dashboard/src/views/LoginView.vue | 48 +++++++++++++++++-------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/dashboard/src/views/LoginView.vue b/dashboard/src/views/LoginView.vue index 3ee6fc4fc..e9f6e7bfb 100644 --- a/dashboard/src/views/LoginView.vue +++ b/dashboard/src/views/LoginView.vue @@ -93,37 +93,41 @@ onMounted(async () => {
-
{{ $t('login.errorIncorrectCredentials') }}
-
{{ $t('login.errorInternal') }}
-
- +
+ - - - - + + + + - - - - + + + + -
- - {{ $t('login.resetPasswordAction') }} -
+
{{ $t('login.errorIncorrectCredentials') }}
+
{{ $t('login.errorInternal') }}
+ +
+ + {{ $t('login.resetPasswordAction') }} +
+
- +
+ - - - - + + + + - + +