fix: Login taking forever
All checks were successful
Remote Deploy / deploy (push) Successful in 1m30s
All checks were successful
Remote Deploy / deploy (push) Successful in 1m30s
This commit is contained in:
@@ -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",
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user