Merge pull request #547 from ControlPanel-gg/development

Hotfix Captcha
This commit is contained in:
Dennis 2022-08-15 12:16:07 +02:00 committed by GitHub
commit 98bb3296e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,6 +193,7 @@
@enderror @enderror
</div> </div>
</div> </div>
@if(config('SETTINGS::RECAPTCHA:ENABLED') == 'true')
<div class="form-group mb-3"> <div class="form-group mb-3">
<div class="custom-control p-0"> <div class="custom-control p-0">
<label>{{ __('Your Recaptcha') }}:</label> <label>{{ __('Your Recaptcha') }}:</label>
@ -200,6 +201,7 @@
{!! htmlFormSnippet() !!} {!! htmlFormSnippet() !!}
</div> </div>
</div> </div>
@endif
</div> </div>
<div class="col-md-3 px-3"> <div class="col-md-3 px-3">