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:
parent
b04b8cfee2
commit
ab5b6a5fb5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue