flexisip-account-manager/flexiapi/resources/views/mails/parts/provisioning.blade.php
Timothée Jaussoin 594a3d65eb Fix FLEXIAPI-461 Detect the platform family and propose a button adapted for it
Fix FLEXIAPI-463 Add wizard link in all the emails where the account is injected
Update the dependencies
2026-03-19 16:02:10 +01:00

9 lines
400 B
PHP

{{ __('We are pleased to inform you that your account has been successfully created.') }}
{{ __('To start using your account, click the button below:') }}
[{{ __('Login to my account with Linphone') }}]({{ $account->provisioning_wizard_url }})
{{ __('You can also connect your account to the mobile app by scanning the QR code with the app') }}
![QRCode]({{ $account->provisioning_qrcode_url }})