Skip to content
Snippets Groups Projects
Commit 7f594963 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #2167 from seanmonstar/2132-forgot-password-dialog

always set currentHint to null at startup

r+

Thanks @seanmonstar!

close #2132
parents 474ef633 51b3ef50
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ BrowserID.Modules.Authenticate = (function() {
email: lastEmail
});
currentHint = null;
dom.hide(".returning,.start");
// We have to show the TOS/PP agreements to *all* users here. Users who
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment