Do not log auth crud
This commit is contained in:
parent
382e4fe6b3
commit
0af6f96c3d
@ -76,7 +76,7 @@ bool AuthenticateTask::processResponse(QJsonObject responseData)
|
|||||||
// Read the response data. We need to get the client token, access token, and the selected
|
// Read the response data. We need to get the client token, access token, and the selected
|
||||||
// profile.
|
// profile.
|
||||||
QLOG_DEBUG() << "Processing authentication response.";
|
QLOG_DEBUG() << "Processing authentication response.";
|
||||||
QLOG_DEBUG() << responseData;
|
// QLOG_DEBUG() << responseData;
|
||||||
// If we already have a client token, make sure the one the server gave us matches our
|
// If we already have a client token, make sure the one the server gave us matches our
|
||||||
// existing one.
|
// existing one.
|
||||||
QLOG_DEBUG() << "Getting client token.";
|
QLOG_DEBUG() << "Getting client token.";
|
||||||
|
@ -67,7 +67,7 @@ bool RefreshTask::processResponse(QJsonObject responseData)
|
|||||||
// profile.
|
// profile.
|
||||||
QLOG_DEBUG() << "Processing authentication response.";
|
QLOG_DEBUG() << "Processing authentication response.";
|
||||||
|
|
||||||
QLOG_DEBUG() << responseData;
|
// QLOG_DEBUG() << responseData;
|
||||||
// If we already have a client token, make sure the one the server gave us matches our
|
// If we already have a client token, make sure the one the server gave us matches our
|
||||||
// existing one.
|
// existing one.
|
||||||
QString clientToken = responseData.value("clientToken").toString("");
|
QString clientToken = responseData.value("clientToken").toString("");
|
||||||
|
Loading…
Reference in New Issue
Block a user