From d63eaed10ff601738caae4d2663f9fca5828125c Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 11 Oct 2024 17:27:05 +0800 Subject: [PATCH] fix: correct display of email verification message toast (#6822) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area core /kind bug /milestone 2.20.x #### What this PR does / why we need it: 修复不能正常显示邮箱验证提示的问题。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- .../templates/gateway_fragments/signup.html | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/application/src/main/resources/templates/gateway_fragments/signup.html b/application/src/main/resources/templates/gateway_fragments/signup.html index ded50b34e..bc3315e06 100644 --- a/application/src/main/resources/templates/gateway_fragments/signup.html +++ b/application/src/main/resources/templates/gateway_fragments/signup.html @@ -1,11 +1,11 @@