diff --git a/customize.dist/login.js b/customize.dist/login.js index 1f8cebab5..ccb32f845 100644 --- a/customize.dist/login.js +++ b/customize.dist/login.js @@ -256,7 +256,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]) {