Fix #5614: do not log bearerToken.
This commit is contained in:
parent
255ce8c984
commit
5471449f99
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue