From d45c214f513b56d0ca9511ed5b208947e8c9f182 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 12 Dec 2021 09:02:07 -0600 Subject: [PATCH] fix --- files/templates/settings_security.html | 44 +++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index 454ae5b33..db3c5d89f 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -11,7 +11,7 @@

Email

-

Change the email address used to sign in to your account.

+

Change the email address used to sign in to your account.

@@ -22,9 +22,9 @@ {% if v.email and not v.is_activated %} -
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
+
Email not verified. You will not be able to recover your account with this email until you verify it. Verify now.
{% elif not v.email %} -
Add an email to secure your account in case you forget your password.
+
Add an email to secure your account in case you forget your password.
{% endif %}
@@ -32,23 +32,23 @@
- +
- + @@ -57,7 +57,7 @@

Password

-

Change your account password.

+

Change your account password.

@@ -73,11 +73,11 @@ aria-describedby="new_password" type="password" name="new_password" autocomplete="off" required> @@ -93,10 +93,10 @@ required>
@@ -118,9 +118,9 @@ -
+
-
@@ -134,7 +134,7 @@

Two-Factor Authentication

-

Change the two-factor settings for your account.

+

Change the two-factor settings for your account.

@@ -151,7 +151,7 @@
- This requires entering a randomly-generated, 6-digit code and your password to login. See Google Authenticator or Authy for more details. + This requires entering a randomly-generated, 6-digit code and your password to login. See Google Authenticator or Authy for more details.
@@ -161,7 +161,7 @@

Log Out Everywhere

-

Log all other devices out of your {{'SITE_NAME' | app_config}} account.

+

Log all other devices out of your {{'SITE_NAME' | app_config}} account.

@@ -188,9 +188,9 @@