mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
7 lines
212 B
PHP
7 lines
212 B
PHP
@if (captchaConfigured())
|
|
<div class="large">
|
|
{!! NoCaptcha::renderJs() !!}
|
|
{!! NoCaptcha::display() !!}
|
|
@include('parts.errors', ['name' => 'g-recaptcha-response'])
|
|
</div>
|
|
@endif
|