redisable the oauth logger
This commit is contained in:
parent
bfdfb2550c
commit
5769eca8ee
@ -69,9 +69,9 @@ export class OAuth2Service {
|
|||||||
public clientService: OAuth2ClientService,
|
public clientService: OAuth2ClientService,
|
||||||
public tokenService: OAuth2TokenService,
|
public tokenService: OAuth2TokenService,
|
||||||
) {
|
) {
|
||||||
if (process.env.NODE_ENV === 'development') {
|
// if (process.env.NODE_ENV === 'development') {
|
||||||
this.oauth.logger.setLogLevel('debug');
|
// this.oauth.logger.setLogLevel('debug');
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
public splitScope(scope: string | string[]): string[] {
|
public splitScope(scope: string | string[]): string[] {
|
||||||
|
Reference in New Issue
Block a user