Make always show forgot password link
This commit is contained in:
parent
fa8f116281
commit
72108a0dcb
|
@ -59,10 +59,7 @@ export function LoginForm(props) {
|
||||||
Log In
|
Log In
|
||||||
</Form.Button>
|
</Form.Button>
|
||||||
|
|
||||||
<Message warning>
|
<p><Link to='/password/reset/'>Forgot Password</Link></p>
|
||||||
<Message.Header>Forgot your password?</Message.Header>
|
|
||||||
<p><Link to='/password/reset/'>Click here</Link> to reset it.</p>
|
|
||||||
</Message>
|
|
||||||
</Form>
|
</Form>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user