X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fauth%2Foauth-model.ts;h=d3a5eccd5c255e20a6437f5fa68c0c23b495d111;hb=0c302acb3c358b4d4d8dee45aed1de1108ea37ea;hp=43909284f8c10b283d36bc490110b240ff5f7da4;hpb=a2be43f5700460d3afdc194abc788690b79e66cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/auth/oauth-model.ts b/server/lib/auth/oauth-model.ts index 43909284f..d3a5eccd5 100644 --- a/server/lib/auth/oauth-model.ts +++ b/server/lib/auth/oauth-model.ts @@ -34,7 +34,7 @@ export type BypassLogin = { } async function getAccessToken (bearerToken: string) { - logger.debug('Getting access token (bearerToken: ' + bearerToken + ').') + logger.debug('Getting access token.') if (!bearerToken) return undefined