Fix #5614: do not log bearerToken.

pull/5616/head
John Livingston 2023-02-17 14:42:38 +01:00 committed by Chocobozzz
parent 255ce8c984
commit 5471449f99
1 changed files with 1 additions and 1 deletions

View 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