fix: get_token header typo (#27202)

Verfication changed into Verification
This commit is contained in:
P-Godfroid 2024-07-26 14:43:15 +02:00 committed by GitHub
parent 9978d61a32
commit 67279d14a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,7 +349,7 @@ def send_token_via_email(user, token, otp_secret, otp_issuer, subject=None, mess
recipients=user_email,
subject=subject or get_email_subject_for_2fa(template_args),
message=message or get_email_body_for_2fa(template_args),
header=[_("Verfication Code"), "blue"],
header=[_("Verification Code"), "blue"],
delayed=False,
retry=3,
)