Skip to content

Commit

Permalink
fix(inserjeunes): échoue en timeout si le refresh token tarde (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokl-octo authored Dec 30, 2024
1 parent 8e992ab commit d9db371
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class ApiTrajectoiresProTokenAgent implements TokenAgent {
},
{
headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
timeout: 2000,
},
);

Expand Down

0 comments on commit d9db371

Please sign in to comment.