mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
7 lines
271 B
PHP
7 lines
271 B
PHP
@if (captchaConfigured())
|
|
<div class="large">
|
|
<script src="https://hcaptcha.com/1/api.js?recaptchacompat=off" async="" defer=""></script>
|
|
{!! HCaptcha::display() !!}
|
|
@include('parts.errors', ['name' => 'h-captcha-response'])
|
|
</div>
|
|
@endif
|