hotfix
This commit is contained in:
parent
7ad6c3b53f
commit
c1e809d0c6
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
@enderror
|
||||
</div>
|
||||
</div>
|
||||
@if(config('SETTINGS::RECAPTCHA:ENABLED') == 'true')
|
||||
<div class="form-group mb-3">
|
||||
<div class="custom-control p-0">
|
||||
<label>{{ __('Your Recaptcha') }}:</label>
|
||||
|
@ -200,6 +201,7 @@
|
|||
{!! htmlFormSnippet() !!}
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
<div class="col-md-3 px-3">
|
||||
|
|
Loading…
Reference in a new issue