From 9132a2c4a9104a64bfdec87134f44d5de9ecf6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:01:51 +0800 Subject: [PATCH] fix: Fixed the bug of displaying prompt information for first-time login (#7348) --- .../src/views/login/components/login-form.vue | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index 29c139e57..3fb325319 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -128,15 +128,6 @@ -
- - {{ $t('commons.login.errorAgree') }} - -
@@ -156,7 +147,7 @@