Skip to content

Commit

Permalink
Add consumer key change force mode to tokenPKI handler (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymilian-lewicki committed Mar 14, 2024
1 parent 5d6cf26 commit 43e711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/api/tokenpki.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ func DecryptTokenPKIHandler(store TokenPKIRetriever, tokenStore AuthTokensStore,
jsonError(w, err)
return
}
storeTokens(r.Context(), logger, r.URL.Path, tokens, tokenStore, w, false)
storeTokens(r.Context(), logger, r.URL.Path, tokens, tokenStore, w, force)
}
}

0 comments on commit 43e711b

Please sign in to comment.