Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved forgot-password to login page from signup #71

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Conversation

NancyAanchal
Copy link
Contributor

"forgot password?" was in signup page so I moved it to login page

@@ -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">
Copy link
Member

@christikaes christikaes Jul 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good for now, I just wanted to give you a tip for the future - you can use conditionals in JSX. See here: https://react.dev/learn/conditional-rendering

@christikaes christikaes merged commit 885c2be into main Jul 7, 2024
1 of 2 checks passed
@christikaes christikaes deleted the minor-fixes branch July 7, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants