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"}>
|
||||
Sign Up
|
||||
</Link>
|
||||
<br />
|
||||
Or{" "}
|
||||
<Link style={{ color: theme.colors.primary }} to={"/resetpassword"}>
|
||||
Reset Password
|
||||
</Link>
|
||||
</P>
|
||||
</LoginLayout>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user