From a4674e40e13061ef1b4644a4465bf0014981273c Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 12 Apr 2018 14:33:47 +0200 Subject: [PATCH] fix bug in register page which locks up the registration form --- customize.dist/login.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]) {