mirror of
https://gitlab.com/comunic/comunicwatcher
synced 2025-07-11 12:32:55 +00:00
Fix typo
This commit is contained in:
@ -14,7 +14,7 @@ APIRequest::APIRequest(const QString &uri, QObject *parent) : QObject(parent), m
|
||||
addString("serviceName", API_SERVICE_NAME);
|
||||
addString("serviceToken", API_SERVICE_TOKEN);
|
||||
|
||||
addString("icognito", "true");
|
||||
addString("incognito", "true");
|
||||
|
||||
if(AccountHelper::SignedIn()) {
|
||||
addString("userToken1", AccountHelper::GetLoginToken());
|
||||
|
Reference in New Issue
Block a user