We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f01a2a commit 46623ccCopy full SHA for 46623cc
src/app/settings/api-tokens/APITokenModal.tsx
@@ -215,5 +215,5 @@ function getCurlCommand(token: string, endpoint: string) {
215
}
216
217
function getWgetCommand(token: string, endpoint: string) {
218
- return `wget --header="Authorization: Bearer ${token}" "${encodeURI(endpoint)}"`;
+ return `wget -qO- --header="Authorization: Bearer ${token}" "${encodeURI(endpoint)}"`;
219
0 commit comments