@minimaltech/node-infra 0.5.9-27 → 0.5.9-28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -104,7 +104,6 @@ let AuthenticateComponent = AuthenticateComponent_1 = class AuthenticateComponen
|
|
|
104
104
|
const oauth2Controller = (0, controllers_1.defineOAuth2Controller)(oauth2Options.restOptions);
|
|
105
105
|
this.application.controller(oauth2Controller);
|
|
106
106
|
this.application.mountExpressRouter((_b = (_a = oauth2Options.restOptions) === null || _a === void 0 ? void 0 : _a.restPath) !== null && _b !== void 0 ? _b : '/oauth2', controllers_1.DefaultOAuth2ExpressServer.getInstance({
|
|
107
|
-
context: this.application,
|
|
108
107
|
viewFolder,
|
|
109
108
|
authServiceKey: handler.authServiceKey,
|
|
110
109
|
injectionGetter: this.application.getInjectionGetter(),
|