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

Add password reset link #1367

Merged
merged 2 commits into from
Oct 14, 2020
Merged

Add password reset link #1367

merged 2 commits into from
Oct 14, 2020

Conversation

OtterleyW
Copy link
Contributor

No description provided.

@OtterleyW OtterleyW changed the base branch from master to add-facebook-login October 12, 2020 09:54
@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app October 12, 2020 09:57 Inactive
@OtterleyW OtterleyW force-pushed the add-passowrd-reset-link branch from 787087d to 8e9d5fc Compare October 13, 2020 11:14
@OtterleyW OtterleyW changed the title wip: Add password reset link Add password reset link Oct 13, 2020
@OtterleyW OtterleyW force-pushed the add-passowrd-reset-link branch from 8e9d5fc to cc0b0b3 Compare October 13, 2020 11:20
@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app October 13, 2020 11:24 Inactive
Comment on lines 15 to 17
export const RESET_PASSWORD_REQUEST = 'app/PasswordResetPage/RESET_PASSWORD_REQUEST';
export const RESET_PASSWORD_SUCCESS = 'app/PasswordResetPage/RESET_PASSWORD_SUCCESS';
export const RESET_PASSWORD_ERROR = 'app/PasswordResetPage/RESET_PASSWORD_ERROR';
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it make sense to import these from PasswordResetPage duck? Do we have a pattern for using other page's states in another duck?

Copy link
Contributor

Choose a reason for hiding this comment

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

I assume this is a copy-paste typo. Rename this action strings correctly or our page-reducers start to react other pages changes. (One option is to create public duck-file, but that might be an overkill.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that's a copy-paste typo (it seems I never remember to change them...) I'll fix that!

I also considered a shared duck file for these but it really felt a bit overkill for now.

@OtterleyW OtterleyW force-pushed the add-passowrd-reset-link branch from cc0b0b3 to 0b92d55 Compare October 13, 2020 13:38
@OtterleyW OtterleyW changed the base branch from add-facebook-login to social-logins October 14, 2020 07:27
@OtterleyW OtterleyW merged commit 31f5d37 into social-logins Oct 14, 2020
@OtterleyW OtterleyW mentioned this pull request Oct 14, 2020
3 tasks
@Gnito Gnito deleted the add-passowrd-reset-link branch October 28, 2020 16:11
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.

3 participants