Make auth module optional to conditionnaly load auth providers (#518)

* Make auth module optional to conditionnaly load auth providers

* Fixes
This commit is contained in:
Charles Bochet
2023-07-05 15:46:09 +02:00
committed by GitHub
parent 463994df1f
commit 9ea765fcfd
6 changed files with 31 additions and 35 deletions

View File

@ -33,8 +33,8 @@ import GraphQLJSON from 'graphql-type-json';
PrismaModule,
HealthModule,
AbilityModule,
CoreModule,
IntegrationsModule,
CoreModule,
],
providers: [AppService],
})