Update login.js
Updated login.js to add redirect to reset password
This commit is contained in:
@@ -34,6 +34,11 @@ const LoginPage = ({ theme }) => (
|
|||||||
<Link style={{ color: theme.colors.primary }} to={"/register"}>
|
<Link style={{ color: theme.colors.primary }} to={"/register"}>
|
||||||
Sign Up
|
Sign Up
|
||||||
</Link>
|
</Link>
|
||||||
|
<br />
|
||||||
|
Or{" "}
|
||||||
|
<Link style={{ color: theme.colors.primary }} to={"/resetpassword"}>
|
||||||
|
Reset Password
|
||||||
|
</Link>
|
||||||
</P>
|
</P>
|
||||||
</LoginLayout>
|
</LoginLayout>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user