flexisip-account-manager/flexiapi/resources/views/mails/parts/provisioning.blade.php
2025-04-29 09:12:59 +00:00

9 lines
540 B
PHP

To connect your account to the application, click on the following button:
<x-mail::button :url="route('provisioning.provision', ['provisioning_token' => $account->provisioning_token, 'reset_password' => true])" 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, 'reset_password' => true]) }})