Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#565 introduced a looping Auth, because the path used to auth against was updated, but the path used to verify that the _current_ request isn't an Auth request was still using the outdated version. So `odin.doRequest()` never realized the request being made was an Auth request, which caused it to initiate a new Auth request of its own to get the creds with which to make the _actual_ request. Which it didn't realize already was an Auth request. And so on. This commit updates the check to use the correct path.
- Loading branch information