Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OAuth2: Try to refresh the token even if the credentials weren't ready.
This can happen when the client is started and the internet connection was not enabled. Then we would fetch the credentials, but we would no do the refresh token step (because network is down). So next time we try to connect, we would also not refresh the token because the credentials are not marked as 'ready' Reported in #6522 (comment)
- Loading branch information