mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
- Add a toggle for the phone SMS registration/auth related features - Add the newsletter email registration toggle - Rename and move around views and controllers - Refactor the login and registration forms - Split the registration form in two, email and phone
6 lines
No EOL
269 B
PHP
6 lines
No EOL
269 B
PHP
<p class="text-center">
|
|
Set or recover your password using your <a href="{{ route('account.login_email') }}">Email address</a>
|
|
@if (config('app.phone_authentication'))
|
|
or your <a href="{{ route('account.login_phone') }}">Phone number</a>
|
|
@endif
|
|
</p> |