diff --git a/auth/assets/templates/mfa-totp-disable.html.tpl b/auth/assets/templates/mfa-totp-disable.html.tpl index e16c4f4f6..557c63659 100644 --- a/auth/assets/templates/mfa-totp-disable.html.tpl +++ b/auth/assets/templates/mfa-totp-disable.html.tpl @@ -10,7 +10,7 @@ Disable by entering existing code. {{ if .form.error }} -
+
TOTP multi factor authentication is enforced by Corteza administrator. Please configure it right away.
@@ -12,9 +12,9 @@{{ .secret }}
- +
Corteza uses time based one time passwords (TOTP) as one of the underlying technologies for two-factor authentication. Use one of the applications listed below and type in the secret or scan the QR code. diff --git a/auth/assets/templates/mfa.html.tpl b/auth/assets/templates/mfa.html.tpl index d292b67f8..3d26f0619 100644 --- a/auth/assets/templates/mfa.html.tpl +++ b/auth/assets/templates/mfa.html.tpl @@ -1,5 +1,5 @@ {{ template "inc_header.html.tpl" set . "hideNav" true }} -
- Email OTP confirmed +
+ Email OTP confirmed
{{ end }} @@ -62,7 +63,7 @@ method="POST" action="{{ links.Mfa }}" > -- TOTP confirmed +
+ TOTP confirmed
{{ end }}