From 6607afc898117b922afd0d5dd7465c484c332327 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 12 Oct 2019 20:14:57 -0400 Subject: [PATCH] [U] Also include username when posting request --- src/utils/http-utils.ts | 1 + 1 file changed, 1 insertion(+) 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