From 34d8b7ded5629b83254fdb24b3ec050613a970a0 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 4 May 2021 11:29:03 +0200 Subject: [PATCH] Fix token type. --- client/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/settings.ts b/client/settings.ts index ee43418a..afbe7918 100644 --- a/client/settings.ts +++ b/client/settings.ts @@ -137,7 +137,7 @@ function launchTests (): void { const response = await window.fetch(testUrl, { method: 'POST', headers: new Headers({ - Authorization: 'Bearer ' + accessToken, + Authorization: tokenType + ' ' + accessToken, 'content-type': 'application/json;charset=UTF-8' }), body: JSON.stringify({