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

fix: #231 fix change password flow #265

Merged
merged 1 commit into from
Feb 13, 2020
Merged

Conversation

duong-se
Copy link
Contributor

@duong-se duong-se commented Feb 13, 2020

fixes #231
Replace the string 'coggnitoClientId' with the actual env in saga
Edit actions taken after password are reset

@github-actions github-actions bot added the marketplace Relates to the Marketplace label Feb 13, 2020
@@ -33,6 +31,8 @@ jest.mock('../../core/router', () => ({
},
}))

const { MARKETPLACE_COGNITO_CLIENT_ID = '' } = process.env
Copy link
Contributor

Choose a reason for hiding this comment

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

2 things,

  1. The value is COGNITO_CLIENT_ID_MARKETPLACE so this will not work
  2. Deconstructing process.env object is fine locally but breaks in prod. Can you just reference process.env.COGNITO_CLIENT_ID_MARKETPLACE please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've updated new changes

Replace the string 'coggnitoClientId' with the actual env in saga
@duong-se duong-se force-pushed the fix/231-change-password branch from 1fe9594 to 91e40e6 Compare February 13, 2020 11:18
@github-actions github-actions bot requested a review from willmcvay February 13, 2020 11:19
Copy link
Contributor

@willmcvay willmcvay left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@willmcvay willmcvay merged commit 25a0ec3 into master Feb 13, 2020
@willmcvay willmcvay deleted the fix/231-change-password branch February 13, 2020 12:53
phmngocnghia pushed a commit that referenced this pull request Feb 14, 2020
Replace the string 'coggnitoClientId' with the actual env in saga
nphivu414 pushed a commit that referenced this pull request Apr 29, 2020
* [CLD-689] fix modal initial state

* [CLD-689] update chaining fallback
nphivu414 pushed a commit that referenced this pull request Apr 29, 2020
Replace the string 'coggnitoClientId' with the actual env in saga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
marketplace Relates to the Marketplace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to change password - Developer Portal
3 participants