diff --git a/auth/assets/templates/mfa.html.tpl b/auth/assets/templates/mfa.html.tpl
index 3d26f0619..71b4b7bf6 100644
--- a/auth/assets/templates/mfa.html.tpl
+++ b/auth/assets/templates/mfa.html.tpl
@@ -11,7 +11,7 @@
+
{{ .form.emailOtpError }}
{{ end }}
@@ -53,7 +53,7 @@
{{ else if not .emailOtpDisabled }}
- Email OTP confirmed
+ Email OTP confirmed
{{ end }}
@@ -99,7 +99,7 @@
{{ else if not .totpDisabled }}
- TOTP confirmed
+ TOTP confirmed
{{ end }}
diff --git a/auth/assets/templates/scenarios.yaml b/auth/assets/templates/scenarios.yaml
index a05bd916c..b814bd75b 100644
--- a/auth/assets/templates/scenarios.yaml
+++ b/auth/assets/templates/scenarios.yaml
@@ -70,7 +70,7 @@ security:
EmailOTP: { Enabled: true }
mfa:
- Defautl: {}
+ Default: {}
MFA pending:
emailOtpPending: true
totpDisabled: true
diff --git a/auth/assets/templates/security.html.tpl b/auth/assets/templates/security.html.tpl
index f0b0fcbcc..d774020af 100644
--- a/auth/assets/templates/security.html.tpl
+++ b/auth/assets/templates/security.html.tpl
@@ -24,9 +24,9 @@