From fabe6921b49e6b21287ea21d2601585aa320c77d Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 6 May 2024 18:25:38 -0700 Subject: [PATCH] fix(auth): Fix MFA email verification code font The font family was set to Inter without any fallback and since the Inter isn't available in emails, the font rendered the default font, Times New Roman. This commit adds a fallback font to the font-family ensuring an sans-serif font like Inter is used. --- app/config/locale/templates/email-mfa-challenge.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/templates/email-mfa-challenge.tpl b/app/config/locale/templates/email-mfa-challenge.tpl index cf09448ca5..e3cb6b444d 100644 --- a/app/config/locale/templates/email-mfa-challenge.tpl +++ b/app/config/locale/templates/email-mfa-challenge.tpl @@ -5,7 +5,7 @@
-

{{otp}}

+

{{otp}}