Skip to content

Commit

Permalink
🐛 Fix handleTokenRefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-27 committed May 13, 2024
1 parent 96d022b commit 7cb9863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class GitlabConnectionService implements ITicketingConnectionService {
this.type,
)) as OAuth2AuthData;
const res = await axios.post(
`https://api.gitlab.app/oauth/token`,
`https://gitlab.com/oauth/token`,
formData.toString(),
{
headers: {
Expand Down

0 comments on commit 7cb9863

Please sign in to comment.