Skip to content

Commit

Permalink
feat: remove old token
Browse files Browse the repository at this point in the history
(cherry picked from commit 137ff5b)
  • Loading branch information
1nb0und committed Jan 5, 2024
1 parent afef742 commit 5341935
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public Authentication build() {
@Override
public void resetToken(Product product) {
JwtCredential jwtCredential = jwtConfig.getProduct(product);
tokens.remove(product);
retrieveToken(product, jwtCredential);
}

Expand Down

0 comments on commit 5341935

Please sign in to comment.