Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refresh token with refresh token
This commit fixes an issue where the refresh token endpoint was being called with the access token instead of the refresh token. The `refreshToken()` function now correctly passes the refresh token to the API endpoint.
- Loading branch information