Skip to content

Commit

Permalink
make changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-gunjan authored Jun 27, 2024
1 parent 2891166 commit 9ec3495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ boolean gitLabOAuthCallback(String code)
GitLabToken oldToken = this.token;
this.token = tokenResponse.getAccessToken();
this.refreshToken = tokenResponse.getRefreshToken();
this.setTokenExpiry(tokenResponse.getExpiryInSecs());
this.setTokenExpiry(tokenResponse.getExpiresInSecs());
return !token.equals(oldToken);
}

Expand Down

0 comments on commit 9ec3495

Please sign in to comment.