[-] Revert "[U] Also include username when posting request"

This reverts commit 6607afc898.
This commit is contained in:
Hykilpikonna
2019-10-12 20:14:57 -04:00
parent 8326a9e923
commit 3e454423a1
-1
View File
@@ -16,7 +16,6 @@ export class HttpUtils
if (this.token != null)
{
body['token'] = this.token.token;
body['username'] = this.token.user;
}
// Create promise