Skip to content

Commit 18c81ca

Browse files
send captcha to POST /licenses/hub/refresh
1 parent d0e488e commit 18c81ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/js/hubce.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ class HubCE {
8585
url: REFRESH_LICENSE_URL,
8686
type: 'POST',
8787
data: {
88-
token: this._submitData.oldLicense
88+
token: this._submitData.oldLicense,
89+
captcha: this._submitData.captcha
8990
}
9091
}).done(response => {
9192
this._feedbackData.licenseText = response;

0 commit comments

Comments
 (0)