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 dce5352 commit 4ef2396Copy full SHA for 4ef2396
src/modules/subscription/subscription.service.ts
@@ -726,7 +726,11 @@ export class SubscriptionService {
726
}
727
728
if (settings.isProfileWebpageUrlEnabled && !this.hwidDeviceLimitEnabled) {
729
- headers['profile-web-page-url'] = this.subPublicDomain;
+ headers['profile-web-page-url'] = this.resolveSubscriptionUrl(
730
+ user.shortUuid,
731
+ user.username,
732
+ settings.addUsernameToBaseSubscription,
733
+ );
734
735
736
const refillDate = getSubscriptionRefillDate(user.trafficLimitStrategy);
0 commit comments