enable forgot password form

make available the forgot password link so forgot password flow
is handled within the app. previously it redirected to the legacy site
This commit is contained in:
Nuwan 2024-11-19 12:59:14 +05:30
parent b04b8cfee2
commit ab5b6a5fb5
1 changed files with 3 additions and 3 deletions

View File

@ -83,10 +83,10 @@ const LoginForm = ({ setRedirect, hasLabel, layout }) => {
/>
</Col>
<Col xs="auto">
{/* <Link className="fs--1" to={`/authentication/${layout}/forget-password`}>
<Link className="fs--1" to={`/authentication/${layout}/forget-password`}>
Forget Password?
</Link> */}
<a href="https://www.jamkazam.com/request_reset_password" target='_blank'>Forgot Password</a>
</Link>
{/* <a href="https://www.jamkazam.com/request_reset_password" target='_blank'>Forgot Password</a> */}
</Col>
</Row>
<FormGroup>