Procházet zdrojové kódy

#1858

(cherry picked from commit ff424623e5)
tags/v0.10.5.3
Shaun před 2 roky
committed by Big Bad Waffle
rodič
revize
64d35663f3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/server/components/auth.js

+ 1
- 1
src/server/components/auth.js Zobrazit soubor

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

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

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


Načítá se…
Zrušit
Uložit