SYNC: fix - license in pro widget

This commit is contained in:
SPRINX0\prochazka
2025-11-12 16:40:17 +01:00
committed by Diflow
parent b2ac4ee245
commit 5fd50dcf45
2 changed files with 2 additions and 1 deletions

View File

@@ -283,6 +283,7 @@ async function updatePremiumPromoWidget() {
`${DBGATE_CLOUD_URL}/premium-promo-widget?identifier=${promoWidgetData?.identifier ?? 'empty'}&tags=${tags}`,
{
headers: {
...getLicenseHttpHeaders(),
...(await getCloudInstanceHeaders()),
'x-app-version': currentVersion.version,
},