Merge pull request #15612 from abpframework/minor-fix/commetout-OAuthModuleImport

Minor fix/commetout o auth module import
pull/15616/head
Muhammed Altuğ 3 years ago committed by GitHub
commit a71d6d4ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { APP_ROUTE_PROVIDER } from './route.provider';
import { FeatureManagementModule } from '@abp/ng.feature-management';
// import { AbpOAuthModule } from '@abp/ng.oauth';
import { AbpOAuthModule } from '@abp/ng.oauth';
@NgModule({
imports: [
@ -27,7 +27,7 @@ import { FeatureManagementModule } from '@abp/ng.feature-management';
sendNullsAsQueryParam: false,
skipGetAppConfiguration: false,
}),
// AbpOAuthModule.forRoot(),
AbpOAuthModule.forRoot(),
ThemeSharedModule.forRoot(),
AccountConfigModule.forRoot(),
IdentityConfigModule.forRoot(),

Loading…
Cancel
Save