mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 22:23:31 +02:00
obfuscate set access token from AM log
This commit is contained in:
parent
59e75826fe
commit
64d17f101a
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ void AccountManager::setAccessTokenForCurrentAuthURL(const QString& accessToken)
|
|||
OAuthAccessToken newOAuthToken;
|
||||
newOAuthToken.token = accessToken;
|
||||
|
||||
qCDebug(networking) << "Setting new account manager access token to" << accessToken;
|
||||
qCDebug(networking) << "Setting new account manager access token. F2C:" << accessToken.left(2) << "L2C:" << accessToken.right(2);
|
||||
|
||||
_accountInfo.setAccessToken(newOAuthToken);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue