Made it possible to disable captcha.

This commit is contained in:
2024-07-26 22:13:14 +05:00
parent a5e3c5ed25
commit 8bc4c0d8d0
7 changed files with 40 additions and 14 deletions

View File

@@ -49,9 +49,11 @@
</label>
</div>
</div>
<div class="form-group mb-4">
@captcha
</div>
@if($captcha)
<div class="form-group mb-4">
@captcha
</div>
@endif
</div>
<div class="d-grid">
<button type="submit" class="btn btn-gray-800">{{ __('Sign in') }}</button>