mirror of
https://gitlab.com/comunic/comunicwatcher
synced 2024-11-22 05:19:25 +00:00
Fix typo
This commit is contained in:
parent
47ed7f40b5
commit
ca6b675ac2
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user