security: Fix XSS vulnerability in authentication check-code pages (#23295)

This commit is contained in:
yyh
2025-08-04 12:48:38 +08:00
committed by GitHub
parent 406c1952b8
commit 54c8bd29ee
25 changed files with 248 additions and 36 deletions

View File

@@ -79,7 +79,7 @@ const translation = {
validate: 'Validate',
checkCode: {
checkYourEmail: 'Check your email',
tips: 'We send a verification code to <strong>{{email}}</strong>',
tipsPrefix: 'We send a verification code to ',
validTime: 'Bear in mind that the code is valid for 5 minutes',
verificationCode: 'Verification code',
verificationCodePlaceholder: 'Enter 6-digit code',