flexisip-account-manager/flexiapi/resources/views/parts/captcha.blade.php

7 lines
266 B
PHP

@if (captchaConfigured())
<div class="large">
<script src="https://hcaptcha.com/1/api.js?recaptchacompat=off" async="" defer=""></script>
<x-hcaptcha::widget />
@include('parts.errors', ['name' => 'h-captcha-response'])
</div>
@endif