-
Notifications
You must be signed in to change notification settings - Fork 55
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
Chore: Detecting password presence for users registered via social providers #392
Conversation
Visit the preview URL for this PR (updated for commit b3aa739): https://ottwebapp--pr392-social-providers-pas-9bbd4dgc.web.app (expires Fri, 15 Dec 2023 16:21:59 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c198f8a3a199ba8747819f7f1e45cf602b777529 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- Have you run
yarn i18next
to extract all translations? - Perhaps you can rebase/squash the commits to a single commit to make it cleaner. There are some faulty commit messages as well.
I have run yarn i18next. Good point for the commits. I will be more carefully for others pr-s. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@ChristiaanScheermeijer I initially believed that you had already approved and commented 'LGTM'. Could we address these recent comments separately in another PR or ticket for improvements? |
@borkopetrovicc the suggestions make sense to me and do not look like a lot of effort, so we better address them in this PR |
Yes, sorry for that. I indeed approved after a quick scan, but after a second review (and some new changes), I have found new improvement points. The suggested changes will not affect the outcome but will improve the code quality and testability of components. The changes shouldn't take long, so I agree with @kiremitrov123 to include them in this PR. But that's up to you :-) |
@ChristiaanScheermeijer @AntonLantukh Because @borkopetrovicc is on sick leave I've taken a look at the most recent comments and tried to fix them. Regarding the failing E2E tests, there are issues on Cleeng's side. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naumovski-filip thank you for looking into this PR!
I think the only thing left is the resend email condition. The remaining feedback is not important for now (and partially my fault).
848cc38
to
8538726
Compare
feat(user): add resend password reset email button
8538726
to
b3aa739
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 🎉
Description
Notion card: Detecting password presence for users registered via social providers
This PR solves # .
Steps completed:
According to our definition of done, I have completed the following steps: