mirror of https://github.com/embarklabs/embark.git
Moved ‘authenticator’ module startup to console service
This commit is contained in:
parent
feb59655cc
commit
25297027c8
|
@ -144,6 +144,7 @@ class Engine {
|
||||||
logger: this.logger,
|
logger: this.logger,
|
||||||
config: this.config
|
config: this.config
|
||||||
});
|
});
|
||||||
|
this.registerModule('authenticator');
|
||||||
}
|
}
|
||||||
|
|
||||||
codeRunnerService(_options) {
|
codeRunnerService(_options) {
|
||||||
|
@ -230,7 +231,6 @@ class Engine {
|
||||||
|
|
||||||
webServerService() {
|
webServerService() {
|
||||||
this.registerModule('webserver', {plugins: this.plugins});
|
this.registerModule('webserver', {plugins: this.plugins});
|
||||||
this.registerModule('authenticator');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
storageService(_options) {
|
storageService(_options) {
|
||||||
|
|
Loading…
Reference in New Issue