Skip to content

Commit

Permalink
Issue #PS-390 fix: Changed forgot password url
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Jun 13, 2024
1 parent 3e5176c commit 9a9250b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,15 @@ const LoginPage = () => {
/>
</Box>

{/* <Box marginTop={'1rem'} marginLeft={'0.8rem'}>
<Box marginTop={'1rem'} marginLeft={'0.8rem'}>
<Link
sx={{ color: theme.palette.secondary.main }}
href="https://qa.prathamteacherapp.tekdinext.com/auth/realms/pratham/login-actions/reset-credentials?client_id=security-admin-console&tab_id=R-3zEZbbbyM"
href="https://qa.prathamteacherapp.tekdinext.com/auth/realms/pratham/login-actions/reset-credentials?client_id=security-admin-console&tab_id=rPJFHSFv50M"
underline="none"
>
{t('LOGIN_PAGE.FORGOT_PASSWORD')}
</Link>
</Box> */}
</Box>
<Box marginTop={'1.2rem'} className="remember-me-checkbox">
<Checkbox
onChange={(e) => setRememberMe(e.target.checked)}
Expand Down

0 comments on commit 9a9250b

Please sign in to comment.