Skip to content

Commit 46c24e0

Browse files
committed
Add instanceid header to license deactivation request
1 parent 0362014 commit 46c24e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/components/pages/LicenseDeactivationPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const LicenseDeactivationPage = () => {
2727
headers: {
2828
"Content-Type": "application/json",
2929
licensekey: licenseKey.trim(),
30+
instanceid: "12345",
3031
},
3132
body: JSON.stringify({ email: email.trim() }),
3233
});

0 commit comments

Comments
 (0)