Remove Forgot Password option

This commit is contained in:
Gabe Farrell 2023-04-18 20:15:25 +00:00
parent 78e2b99ef2
commit befae76138
2 changed files with 2 additions and 2 deletions

View file

@ -84,9 +84,9 @@ export default function Login() {
<p className="forgot-password">
Don't have an account? <a href="/signup">sign up</a>
</p>
<p className="forgot-password">
{/* <p className="forgot-password">
Forgot <a href="#">password?</a>
</p>
</p> */}
</form>
</div>
</div>