Skip to content

Commit

Permalink
Oops, expiry time incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekoe committed Jan 23, 2024
1 parent 3e88376 commit 75d91c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void setExpires_in(int expires_in) {
}

public LocalDateTime getExpiryDateTime() {
return tokenTime.plusMinutes(expires_in);
return tokenTime.plusSeconds(expires_in);
}

public String getRefresh_token() {
Expand Down

0 comments on commit 75d91c0

Please sign in to comment.