mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1768: Task sync failed: "Either your credentials are incorrect, or your account doesn't exist on the Taskserver."
- Thanks to Konstantin.
This commit is contained in:
parent
72f8fec136
commit
28810447d1
3 changed files with 5 additions and 0 deletions
|
@ -156,6 +156,7 @@ int CmdSync::execute (std::string& output)
|
|||
|
||||
// Send 'sync' + payload.
|
||||
Msg request;
|
||||
request.set ("client", PACKAGE_STRING);
|
||||
request.set ("protocol", "v1");
|
||||
request.set ("type", "sync");
|
||||
request.set ("org", credentials[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue