瀏覽代碼

#1858

tags/v0.10.6^2
Shaun 2 年之前
父節點
當前提交
ff424623e5
共有 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);


Loading…
取消
儲存