You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Haakjvork Nope it's the contrary
If /auth isn't in path path.indexOf('/auth') should return -1 so the condition is valid.
Thus all requests are signed except ones corresponding to /auth
Requests are not signed because of Line 366 in ovh.es5.js :
if (path.indexOf('/auth') < 0) {
That 'if' shouldn't exist at all, right?
The text was updated successfully, but these errors were encountered: