mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
6 lines
212 B
PHP
6 lines
212 B
PHP
@if(config('app.phone_authentication'))
|
|
@include('parts.tabs', ['items' => [
|
|
'account.register.email' => 'Email registration',
|
|
'account.register.phone' => 'Phone registration',
|
|
]])
|
|
@endif
|