mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 01:37:26 +00:00
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…
x
Reference in New Issue
Block a user