фикс входа в браузере opera gx

This commit is contained in:
2025-01-09 17:43:02 +03:00
parent fc121c51b2
commit 872b5e7b3d
3 changed files with 19 additions and 2 deletions

View File

@@ -111,7 +111,8 @@
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify(requestData)
body: JSON.stringify(requestData),
credentials: 'same-origin'
}).then(response => {
// Обработка ответа сервера
response.json().then((value) => {