Update login.js

Updated login.js to add redirect to reset password
This commit is contained in:
smamudhan
2019-07-27 11:31:33 +05:30
committed by GitHub
parent 0976a120d2
commit c3e97af055

View File

@@ -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>