]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix #5614: do not log bearerToken.
authorJohn Livingston <git@john-livingston.fr>
Fri, 17 Feb 2023 13:42:38 +0000 (14:42 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 17 Feb 2023 14:10:47 +0000 (15:10 +0100)
server/lib/auth/oauth-model.ts

index 43909284f8c10b283d36bc490110b240ff5f7da4..d3a5eccd5c255e20a6437f5fa68c0c23b495d111 100644 (file)
@@ -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