[-] Revert "[U] Also include username when posting request"
This reverts commit 6607afc898.
This commit is contained in:
@@ -16,7 +16,6 @@ export class HttpUtils
|
||||
if (this.token != null)
|
||||
{
|
||||
body['token'] = this.token.token;
|
||||
body['username'] = this.token.user;
|
||||
}
|
||||
|
||||
// Create promise
|
||||
|
||||
Reference in New Issue
Block a user