]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/auth/oauth-model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / 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