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-1960 Intro Hub Forgot Password #507

Merged
merged 15 commits into from Apr 16, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Update and remove comments

  • Loading branch information
benstrumeyer committed Mar 5, 2020
commit 1cbf85ceb828cdcc61290b063fc07e9ead73c448
@@ -1,5 +1,5 @@
/**
* Log In View Sass
* ForgotPasswordView Sass
*
* Ghostery Browser Extension
* https://www.ghostery.com/
@@ -11,7 +11,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0
*/

// Log In View
.ForgotPasswordView {
margin-top: 40px;
padding-bottom: 40px;
@@ -1,5 +1,5 @@
/**
* Create Account View Container
* Forgot Password View Container
*
* Ghostery Browser Extension
* https://www.ghostery.com/
@@ -34,7 +34,6 @@ const mapStateToProps = state => Object.assign({}, state.account);
* @memberof SetupContainers
*/

// const mapDispatchToProps = dispatch => ({ actions: bindActionCreators(Object.assign(actions, { resetPassword }), dispatch) });
const mapDispatchToProps = dispatch => ({
actions: bindActionCreators(Object.assign({}, {
setToast,
ProTip! Use n and p to navigate between commits in a pull request.