Merge branch 'master' into staging
This commit is contained in:
@@ -258,7 +258,10 @@ define([
|
||||
// logMeIn should reset registering = false
|
||||
UI.removeLoadingScreen(function () {
|
||||
UI.confirm(Messages.register_alreadyRegistered, function (yes) {
|
||||
if (!yes) { return; }
|
||||
if (!yes) {
|
||||
hashing = false;
|
||||
return;
|
||||
}
|
||||
proxy.login_name = uname;
|
||||
|
||||
if (!proxy[Constants.displayNameKey]) {
|
||||
|
||||
Reference in New Issue
Block a user