TF-4145 Create paywall url from workplaceFqdn

This commit is contained in:
dab246
2025-11-14 17:59:21 +07:00
committed by Dat H. Pham
parent e61253eb1f
commit d6e959c4d9
18 changed files with 283 additions and 118 deletions
@@ -62,7 +62,7 @@ class MailboxView extends BaseMailboxView {
onTapAction: () => controller
.mailboxDashBoardController
.paywallController
?.navigateToPaywall(context),
?.navigateToPaywall(),
);
} else {
return const SizedBox.shrink();