Ver código fonte

#1858

tags/v0.10.6^2
Shaun 2 anos atrás
pai
commit
ff424623e5
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/server/components/auth.js

+ 1
- 1
src/server/components/auth.js Ver arquivo

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

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

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


Carregando…
Cancelar
Salvar