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