Update SplashScreen.vue to include X-Sl-Allowcookies header
This commit is contained in:
@@ -42,6 +42,9 @@ export default {
|
||||
method: "POST",
|
||||
body: JSON.stringify({
|
||||
device: Utils.getDeviceName(),
|
||||
},
|
||||
headers: {
|
||||
"X-Sl-Allowcookies": true,
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user