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