Skip to content

Commit

Permalink
Merge pull request #229 from Rushikesh-Sonawane99/release-1.0.0
Browse files Browse the repository at this point in the history
Issue #PS-000 chore: Commented Reset Password on teacher profile
  • Loading branch information
itsvick authored Sep 5, 2024
2 parents ac5d625 + 8550a52 commit e713560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ const LoginPage = () => {
/>
</Box>

<Box
{/* <Box
sx={{
fontSize: '14px',
fontWeight: '500',
Expand All @@ -482,7 +482,7 @@ const LoginPage = () => {
}}
>
{t('LOGIN_PAGE.FORGOT_PASSWORD')}
</Box>
</Box> */}

{/* {
<Box marginTop={'1rem'} marginLeft={'0.8rem'}>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/user-profile/[userId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ const TeacherProfile: React.FC<TeacherProfileProp> = ({
<Typography textAlign={'center'}>{t('COMMON.LOADING')}</Typography>
</Box>
)}{' '}
<Box sx={{ px: '16px', mt: 2 }}>
{/* <Box sx={{ px: '16px', mt: 2 }}>
<Box
sx={{
fontSize: '14px',
Expand Down Expand Up @@ -678,7 +678,7 @@ const TeacherProfile: React.FC<TeacherProfileProp> = ({
{t('LOGIN_PAGE.RESET_PASSWORD')}
</Button>
</Box>
</Box>
</Box> */}
</Box>
);
};
Expand Down

0 comments on commit e713560

Please sign in to comment.