mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
17 lines
No EOL
475 B
PHP
17 lines
No EOL
475 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 }}
|
|
|
|
@if ($expiration_minutes > 0)
|
|
The code is only available {{ $expiration_minutes }} minutes.
|
|
@endif
|
|
|
|
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') }} |