Skip to content

Commit

Permalink
fixup! Skip refresh GitHub tokens, override refresh Azure DevOps toke…
Browse files Browse the repository at this point in the history
…n request
  • Loading branch information
vinokurig committed Jul 24, 2024
1 parent 38e3a01 commit a75b7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public OAuthToken refreshToken(String userId) throws IOException {
*
* @param userId user
*/
protected void invalidateTokenByUser(String userId) throws IOException {
private void invalidateTokenByUser(String userId) throws IOException {
Credential credential = flow.loadCredential(userId);
if (credential != null) {
flow.getCredentialDataStore().delete(userId);
Expand Down

0 comments on commit a75b7de

Please sign in to comment.