From 9ebd172cb7c48ec20464c063a7fe7dea044013c3 Mon Sep 17 00:00:00 2001 From: jedi Date: Sat, 3 Feb 2024 00:49:15 +0100 Subject: [PATCH] stash --- web/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils.js b/web/src/utils.js index 21b2e97..6e9d8e4 100644 --- a/web/src/utils.js +++ b/web/src/utils.js @@ -47,7 +47,7 @@ const http = { method: 'POST', headers: { "Content-Type": "application/json", - "Authorization": `Token ${data.token}`, + "Authorization": `Token ${token}`, }, body: JSON.stringify(data), });