From ece581165ad7206aecc0fd24efc5f0ff1059f29f Mon Sep 17 00:00:00 2001 From: Jesse <34263365+AmIJesse@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:09:07 +0000 Subject: [PATCH] Fix nesting in the wrong bracket on previous commit. Oops. --- src/popup/components/SplashScreen.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/components/SplashScreen.vue b/src/popup/components/SplashScreen.vue index c696eec..cd35e48 100644 --- a/src/popup/components/SplashScreen.vue +++ b/src/popup/components/SplashScreen.vue @@ -42,10 +42,10 @@ export default { method: "POST", body: JSON.stringify({ device: Utils.getDeviceName(), - }, + }), headers: { "X-Sl-Allowcookies": true, - }), + }, }); if (res.ok) {