[U] Also include username when posting request

This commit is contained in:
Hykilpikonna
2019-10-12 20:14:57 -04:00
parent 543b0ddefe
commit 6607afc898
+1
View File
@@ -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