소스 검색

#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);


불러오는 중...
취소
저장