mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-25 10:18:36 +00:00
7 lines
No EOL
460 B
PHP
7 lines
No EOL
460 B
PHP
<p class="text-center pt-3">
|
|
<i class="ph">envelope</i><a href="{{ route('account.recovery.show.email') }}">{{ __('Recover your account using your email') }}</a><br />
|
|
@if (space()->phone_registration)
|
|
<i class="ph">phone</i>{{ __('Use the mobile app to recover your account using your phone number') }}<br />
|
|
@endif
|
|
<i class="ph">qr-code</i><a href="{{ route('account.authenticate.auth_token') }}">{{ __('Login using a QRCode') }}</a>
|
|
</p> |