Skip to content
Snippets Groups Projects
Commit 51b3ef50 authored by Sean McArthur's avatar Sean McArthur
Browse files

always set currentHint to null at startup

fixes #2132
parent 474ef633
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,7 @@ BrowserID.Modules.Authenticate = (function() { ...@@ -179,6 +179,7 @@ BrowserID.Modules.Authenticate = (function() {
email: lastEmail email: lastEmail
}); });
currentHint = null;
dom.hide(".returning,.start"); dom.hide(".returning,.start");
// We have to show the TOS/PP agreements to *all* users here. Users who // 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