flexisip-account-manager/flexiapi/resources/views/mails/parts/provisioning.blade.php
2025-06-09 12:33:05 +00:00

9 lines
436 B
PHP

To connect your account to the application, click on the following button:
<x-mail::button :url="$account->provisioning_linphone_uri" color="primary">
Connect my account
</x-mail::button>
You can also configure your device by scanning the QR code with the mobile app, or by pasting the link below into the desktop application.
![QRCode]({{ route('provisioning.qrcode', ['provisioning_token' => $account->provisioning_token]) }})