Skip to content

Commit

Permalink
moved forgot-password to login page instead of sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyAanchal committed Jul 7, 2024
1 parent d829919 commit d62b751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nepalingo-web/src/components/userAuth/UserAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const User_auth: React.FC = () => {
</div>
</div>

{action === "Log In" ? null : (
{action === "Sign Up" ? null : (
<div className="text-right text-sm text-gray-500 mb-7">
<span className="text-black font-bold cursor-pointer transition-colors hover:text-gray-700">
Forgot Password?
Expand Down

0 comments on commit d62b751

Please sign in to comment.