Skip to content

Commit

Permalink
added /login/forgot-password link to Login page
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaReukova committed Jun 11, 2024
1 parent 1228feb commit 2c7b190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export default function Login({
<span className='text-primaryGreen'>here</span>
</Link>
</p>
<Link href='/login/forgot-password'>
<span className='mt-2 text-sm text-primaryGreen'>Forgot Password</span>
</Link>
</div>
);
}

0 comments on commit 2c7b190

Please sign in to comment.