By the way, if someone is looking for a quick workaround, adding the following code in auth_signup.js after the if clause shown above worked for me:
var currentUrlHash = window.location.hash; if(currentUrlHash.indexOf("token=") != -1 && currentUrlHash.indexOf("type=signup") != -1){ self.set('login_mode', 'signup'); }
It doesn't really address the problem but is functional and shouldn't bring up new unwanted problems.
By the way, if someone is looking for a quick workaround, adding the following code in auth_signup.js after the if clause shown above worked for me:
var currentUrlHash = window. location. hash; ash.indexOf( "token= ") != -1 && currentUrlHash. indexOf( "type=signup" ) != -1){ set('login_ mode', 'signup');
if(currentUrlH
self.
}
It doesn't really address the problem but is functional and shouldn't bring up new unwanted problems.