Fix cancel button on "forgot password" popup #317

Merged
matthijskooijman merged 1 commit from fix-forgot-password-cancel into master 2020-08-10 15:22:18 +00:00
matthijskooijman commented 2020-05-18 10:06:37 +00:00 (Migrated from github.com)

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.
laurensmartina (Migrated from github.com) approved these changes 2020-08-10 14:14:14 +00:00
matthijskooijman commented 2020-08-10 15:22:13 +00:00 (Migrated from github.com)

Rebased on top of master, merging next.

Rebased on top of master, merging next.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
harmen/hypha!317
No description provided.