diff --git a/app/(auth)/change-password/page.tsx b/app/(auth)/change-password/page.tsx
index 8525f57..7e04152 100644
--- a/app/(auth)/change-password/page.tsx
+++ b/app/(auth)/change-password/page.tsx
@@ -19,8 +19,8 @@ const CoverLockScreen = () => {
@@ -45,7 +45,7 @@ export default function CoverForgotPassword() {
@@ -58,7 +58,7 @@ export default function CoverForgotPassword() {
@@ -45,7 +45,7 @@ const CoverLogin = () => {
Enter your email and password to login
@@ -45,7 +45,7 @@ const CoverRegister = () => {
Enter your email and password to register
@@ -46,7 +46,7 @@ export default function CoverForgotPassword() {
@@ -59,7 +59,7 @@ export default function CoverForgotPassword() {
{message}
} + {message &&{message}
} ); } diff --git a/components/auth/components-auth-login-form.tsx b/components/auth/components-auth-login-form.tsx index 0a108f1..819af87 100644 --- a/components/auth/components-auth-login-form.tsx +++ b/components/auth/components-auth-login-form.tsx @@ -113,7 +113,7 @@ const ComponentsAuthLoginForm = () => { diff --git a/components/auth/components-auth-register-form.tsx b/components/auth/components-auth-register-form.tsx index b979af1..2f533af 100644 --- a/components/auth/components-auth-register-form.tsx +++ b/components/auth/components-auth-register-form.tsx @@ -137,7 +137,7 @@ const ComponentsAuthRegisterForm = () => { diff --git a/components/auth/components-auth-reset-form.tsx b/components/auth/components-auth-reset-form.tsx index a5c825c..f22c223 100644 --- a/components/auth/components-auth-reset-form.tsx +++ b/components/auth/components-auth-reset-form.tsx @@ -53,13 +53,13 @@ export default function ResetPasswordForm() { {message && ( -+
{message}
)} diff --git a/components/auth/components-auth-unlock-form.tsx b/components/auth/components-auth-unlock-form.tsx index 47a03ba..c969f29 100644 --- a/components/auth/components-auth-unlock-form.tsx +++ b/components/auth/components-auth-unlock-form.tsx @@ -107,7 +107,7 @@ const ComponentsAuthChangePasswordForm = () => { diff --git a/components/layouts/header.tsx b/components/layouts/header.tsx index 18a2954..c609e06 100644 --- a/components/layouts/header.tsx +++ b/components/layouts/header.tsx @@ -159,7 +159,7 @@ const Header = () => { return (
@@ -490,7 +490,7 @@ const Header = () => {