Skip to content

Fix cancel button on "forgot password" popup#317

Merged
matthijskooijman merged 1 commit intomasterfrom
fix-forgot-password-cancel
Aug 10, 2020
Merged

Fix cancel button on "forgot password" popup#317
matthijskooijman merged 1 commit intomasterfrom
fix-forgot-password-cancel

Conversation

@matthijskooijman
Copy link
Copy Markdown
Contributor

This used to call showLogin() to show the login popup (since you
typically get to this popup from the login popup). However, the login
popup is shown using login(), rather than showLogin().

This was already broken in the first git commit, so this probably never
worked, or got broken in a refactor way before that.

This fixes #305.

This used to call `showLogin()` to show the login popup (since you
typically get to this popup from the login popup). However, the login
popup is shown using `login()`, rather than `showLogin()`.

This was already broken in the first git commit, so this probably never
worked, or got broken in a refactor way before that.

This fixes #305.
@matthijskooijman matthijskooijman force-pushed the fix-forgot-password-cancel branch from 979a79c to 8578c2b Compare August 10, 2020 15:22
@matthijskooijman
Copy link
Copy Markdown
Contributor Author

Rebased on top of master, merging next.

@matthijskooijman matthijskooijman merged commit f0766be into master Aug 10, 2020
@matthijskooijman matthijskooijman deleted the fix-forgot-password-cancel branch August 10, 2020 15:22
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.

Cancel button on reset login prompt does not work

2 participants