Update SplashScreen.vue to include X-Sl-Allowcookies header

This commit is contained in:
Jesse
2024-07-11 19:45:03 +00:00
committed by GitHub
parent e63450a512
commit 2b5757b87d
+3
View File
@@ -42,6 +42,9 @@ export default {
method: "POST",
body: JSON.stringify({
device: Utils.getDeviceName(),
},
headers: {
"X-Sl-Allowcookies": true,
}),
});