1
0

fix: Login taking forever
All checks were successful
Remote Deploy / deploy (push) Successful in 1m30s

This commit is contained in:
2026-03-20 16:16:12 +01:00
parent 570f8f0aaa
commit 65998935ce

View File

@@ -37,7 +37,8 @@ const client = wrapper(axios.create({
withCredentials: true,
headers: {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Language": "en-US,en;q=0.9",
}
}));