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

GH-3652 Add forgot password on sign-in page #3789

Merged

Conversation

i-am-chitti
Copy link
Contributor

Description

This PR adds a forgot your password button on sign-in page.

Issue

Screenshots

image

Technical choices

  • Removed auth guard from email reset password so that it can be used in both logged-in and non-logged-in states.

Note

  • Changes in graphql.tsx is containing some irrelevant changes. Not sure, how they are popping into though had tried with merging latest main branch at the moment. Feel free to push to update the generated graphql at your will.

Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

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

Thank you @i-am-chitti, looks good from a high level code perspective. I have added comments.

@charlesBochet
Copy link
Member

Hi @i-am-chitti! Any update on this one? :)

@charlesBochet charlesBochet self-assigned this Feb 6, 2024
@i-am-chitti
Copy link
Contributor Author

Sorry @charlesBochet, I didn't get to work on this past days. I'll work on this today.

@i-am-chitti
Copy link
Contributor Author

@charlesBochet Please check the PR feedback comments for new reply.

@charlesBochet
Copy link
Member

@martmull could you do the split? :)

@martmull
Copy link
Contributor

martmull commented Feb 8, 2024

@i-am-chitti @charlesBochet I will

@martmull martmull force-pushed the GH-3652/forgot-password-sign-in-page branch from ff799f8 to c056498 Compare February 9, 2024 15:06
@charlesBochet charlesBochet merged commit 3cbf958 into twentyhq:main Feb 9, 2024
9 of 10 checks passed
@martmull
Copy link
Contributor

martmull commented Feb 9, 2024

Hey @i-am-chitti this is merged. Thank you very much for your contribution it is really good work. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement 'Forgot Password' from Sign In
3 participants