Skip to content

Commit

Permalink
Fixup to jenkinsci#1448
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored and MarkEWaite committed May 6, 2023
1 parent 0302159 commit ae66853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function revokeApiToken(anchorRevoke) {
const apiTokenUuid = inputUuid.value;

if (confirm(confirmMessage)) {
fetch(url + "?" + new URLSearchParams({apiTokenUuid: apiTokenUuid}), {
fetch(targetUrl + "?" + new URLSearchParams({apiTokenUuid: apiTokenUuid}), {
headers: crumb.wrap({}),
method: "post",
}).then((rsp) => {
Expand Down

0 comments on commit ae66853

Please sign in to comment.