From e4de4b1c8a8fb19337ae18b138cec66fb0be816f Mon Sep 17 00:00:00 2001 From: Mia Arh Date: Mon, 8 Mar 2021 19:45:10 +0100 Subject: [PATCH] Adjust icons margin --- auth/assets/templates/mfa.html.tpl | 6 +++--- auth/assets/templates/scenarios.yaml | 2 +- auth/assets/templates/security.html.tpl | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) 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 @@
Check your inbox and enter the received code
{{ if .form.emailOtpError }} - 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 @@
{{ if .totpEnforced }} - + {{ else }} - + {{ end }} {{ if .totpEnforced }} Configured and required on login. @@ -53,9 +53,9 @@
{{ if .emailOtpEnforced }} - + {{ else }} - + {{ end }} {{ if .emailOtpEnforced }} Enabled and required on login.