mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: registration regression, closes #10875
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
define('forum/register', [
|
define('forum/register', [
|
||||||
'translator', 'slugify', 'api', 'bootbox', 'forum/login', 'jquery-form', 'zxcvbn',
|
'translator', 'slugify', 'api', 'bootbox', 'forum/login', 'zxcvbn', 'jquery-form',
|
||||||
], function (translator, slugify, api, bootbox, Login, zxcvbn) {
|
], function (translator, slugify, api, bootbox, Login, zxcvbn) {
|
||||||
const Register = {};
|
const Register = {};
|
||||||
let validationError = false;
|
let validationError = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user