fix: verification code truncation fix (#20592)

This commit is contained in:
Anik Dhabal Babu
2025-04-07 17:52:34 +00:00
committed by GitHub
parent 3908a6cd6f
commit e9b5aa6f22
@@ -24,9 +24,11 @@ export const VerifyEmailByCode = (
</p>
<div style={{ lineHeight: "6px" }}>
<p style={{ fontWeight: 400, lineHeight: "24px" }}>
<>{props.language("verify_email_by_code_email_body")}</>
<br />
<p>{props.verificationEmailCode}</p>
<>
{props.language("verify_email_by_code_email_body")}
<br />
<span>{props.verificationEmailCode}</span>
</>
</p>
</div>
<div style={{ lineHeight: "6px" }}>