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
@@ -872,12 +872,11 @@ class MailboxDashBoardController extends ReloadableController
if (PlatformInfo.isMobile) {
getAllSendingEmails();
_storeSessionAction(session);
} else {
paywallController = PaywallController(
ownEmailAddress: ownEmailAddress.value,
);
paywallController?.loadPaywallUrl();
}
paywallController = PaywallController(
ownEmailAddress: ownEmailAddress.value,
);
}
void _handleMailtoURL(MailtoArguments arguments) {