flexisip-account-manager/flexiapi/resources/views/mails/authentication_text.blade.php
Timothée Jaussoin fc96338bfb Redesign the UI
2023-06-09 08:24:49 +00:00

13 lines
No EOL
375 B
PHP

Hello,
You are trying to authenticate to {{ config('app.name') }} using your email account.
Please enter the code bellow to finish the authentication process.
{{ $recovery_code }}
You can as well configure your new device using the following code or by directly flashing the QRCode in the following link:
{{ $provisioning_qrcode}}
Regards,
{{ config('mail.signature') }}