фикс входа в браузере opera gx
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user