From 91a69de8492ecadd3328965e13a8ff2076d73c39 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sat, 12 Oct 2024 15:19:09 +0800 Subject: [PATCH] refactor: improve accessibility for login page (#6839) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area core /kind improvement /milestone 2.20.x #### What this PR does / why we need it: 提升登录页面的可访问性。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- .../resources/templates/gateway_fragments/common.html | 10 +++++----- .../resources/templates/gateway_fragments/login.html | 4 ++-- .../src/main/resources/templates/login_local.html | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/application/src/main/resources/templates/gateway_fragments/common.html b/application/src/main/resources/templates/gateway_fragments/common.html index 50e23ebdd..127692d41 100644 --- a/application/src/main/resources/templates/gateway_fragments/common.html +++ b/application/src/main/resources/templates/gateway_fragments/common.html @@ -8,7 +8,7 @@ const i18nResources = { sendVerificationCodeSuccess: `[(#{js.sendVerificationCode.success})]`, sendVerificationCodeFailed: `[(#{js.sendVerificationCode.failed})]`, - passwordConfirmationFailed: `[(#{js.passwordConfirmation.failed})]` + passwordConfirmationFailed: `[(#{js.passwordConfirmation.failed})]`, }; @@ -57,7 +57,7 @@ }
-
@@ -113,7 +113,7 @@