浏览代码

#1858

(cherry picked from commit ff424623e5)
tags/v0.10.5.3
Shaun 2 年前
committed by Big Bad Waffle
父节点
当前提交
64d35663f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/server/components/auth.js

+ 1
- 1
src/server/components/auth.js 查看文件

@@ -359,7 +359,7 @@ module.exports = {
msg: null
};

eventEmitter.emit('onBeforeRegisterAccount', emBeforeRegisterAccount);
await eventEmitter.emit('onBeforeRegisterAccount', emBeforeRegisterAccount);

if (!emBeforeRegisterAccount.success) {
msg.callback(emBeforeRegisterAccount.msg);


正在加载...
取消
保存