mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-15 10:16:00 -07:00
Remove Forgot Password option
This commit is contained in:
parent
78e2b99ef2
commit
befae76138
2 changed files with 2 additions and 2 deletions
|
|
@ -84,9 +84,9 @@ export default function Login() {
|
||||||
<p className="forgot-password">
|
<p className="forgot-password">
|
||||||
Don't have an account? <a href="/signup">sign up</a>
|
Don't have an account? <a href="/signup">sign up</a>
|
||||||
</p>
|
</p>
|
||||||
<p className="forgot-password">
|
{/* <p className="forgot-password">
|
||||||
Forgot <a href="#">password?</a>
|
Forgot <a href="#">password?</a>
|
||||||
</p>
|
</p> */}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue