diff --git a/src/pages/login.tsx b/src/pages/login.tsx
index 5072174b..e78faa89 100644
--- a/src/pages/login.tsx
+++ b/src/pages/login.tsx
@@ -469,7 +469,7 @@ const LoginPage = () => {
/>
- {
}}
>
{t('LOGIN_PAGE.FORGOT_PASSWORD')}
-
+ */}
{/* {
diff --git a/src/pages/user-profile/[userId].tsx b/src/pages/user-profile/[userId].tsx
index d29e30a7..08464e29 100644
--- a/src/pages/user-profile/[userId].tsx
+++ b/src/pages/user-profile/[userId].tsx
@@ -644,7 +644,7 @@ const TeacherProfile: React.FC = ({
{t('COMMON.LOADING')}
)}{' '}
-
+ {/*
= ({
{t('LOGIN_PAGE.RESET_PASSWORD')}
-
+ */}
);
};