|
@@ -1,7 +1,7 @@
|
|
|
import { InjectionToken, Injectable, Optional, Inject, Component, ChangeDetectionStrategy, ChangeDetectorRef, NgModule } from '@angular/core';
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
import { Router, ActivatedRoute, RouterModule } from '@angular/router';
|
|
|
-import { NbAuthService, NB_AUTH_OPTIONS, NbAuthStrategyOptions, NbAuthResult, NbAuthIllegalTokenError, NbAuthStrategy, getDeepFromObject as getDeepFromObject$1, NbAuthModule } from '@nebular/auth';
|
|
|
+import { NbAuthService, NB_AUTH_OPTIONS, NbAuthStrategyOptions, NbAuthResult, NbAuthIllegalTokenError, NbAuthStrategy, getDeepFromObject as getDeepFromObject$1 } from '@nebular/auth';
|
|
|
import { TranslateService, TranslateModule } from '@ngx-translate/core';
|
|
|
import { __values, __extends } from 'tslib';
|
|
|
import { NbLayoutModule, NbCardModule, NbCheckboxModule, NbAlertModule, NbInputModule, NbButtonModule } from '@nebular/theme';
|
|
@@ -990,8 +990,7 @@ var GeAdminAuthModule = /** @class */ (function () {
|
|
|
NbButtonModule,
|
|
|
RouterModule,
|
|
|
FormsModule,
|
|
|
- TranslateModule.forRoot(),
|
|
|
- NbAuthModule.forRoot()
|
|
|
+ TranslateModule.forRoot()
|
|
|
],
|
|
|
providers: [
|
|
|
NamePasswordStrategyService,
|