diff --git a/src/utils/http-utils.ts b/src/utils/http-utils.ts index 5b9f0cb..c4a7eb4 100644 --- a/src/utils/http-utils.ts +++ b/src/utils/http-utils.ts @@ -16,6 +16,7 @@ export class HttpUtils if (this.token != null) { body['token'] = this.token.token; + body['username'] = this.token.user; } // Create promise