diff --git a/apps/web/components/security/ChangePasswordSection.tsx b/apps/web/components/security/ChangePasswordSection.tsx index 3c8684ad..3b8562cf 100644 --- a/apps/web/components/security/ChangePasswordSection.tsx +++ b/apps/web/components/security/ChangePasswordSection.tsx @@ -61,8 +61,8 @@ const ChangePasswordSection = () => {

{t("change_password")}

-
-
+
+
@@ -79,7 +79,7 @@ const ChangePasswordSection = () => { />
-
+
@@ -98,7 +98,7 @@ const ChangePasswordSection = () => {
{errorMessage &&

{errorMessage}

} -
+
diff --git a/apps/web/components/security/TwoFactorAuthSection.tsx b/apps/web/components/security/TwoFactorAuthSection.tsx index 72aaeb88..b21273fd 100644 --- a/apps/web/components/security/TwoFactorAuthSection.tsx +++ b/apps/web/components/security/TwoFactorAuthSection.tsx @@ -17,7 +17,7 @@ const TwoFactorAuthSection = ({ twoFactorEnabled }: { twoFactorEnabled: boolean return ( <> -
+

{t("2fa")}

@@ -27,7 +27,7 @@ const TwoFactorAuthSection = ({ twoFactorEnabled }: { twoFactorEnabled: boolean

{t("add_an_extra_layer_of_security")}

-
+