Update captcha views

pull/2485/head
Daniel Supernault 2020-12-12 21:12:30 -07:00
rodzic 5b7b079d33
commit 425a6311e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
4 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -213,6 +213,7 @@ return [
'PrettyNumber' => App\Util\Lexer\PrettyNumber::class,
'Purify' => Stevebauman\Purify\Facades\Purify::class,
'FFMpeg' => Pbmedia\LaravelFFMpeg\FFMpegFacade::class,
'Captcha' => Buzz\LaravelHCaptcha\CaptchaFacade::class,
],
];

Wyświetl plik

@ -52,7 +52,7 @@
@if(config('captcha.enabled'))
<div class="d-flex justify-content-center mb-3">
{!! app('captcha')->display() !!}
{!! Captcha::display() !!}
</div>
@endif

Wyświetl plik

@ -83,7 +83,7 @@
@if(config('captcha.enabled'))
<div class="d-flex justify-content-center my-3">
{!! app('captcha')->display() !!}
{!! Captcha::display() !!}
</div>
@endif

Wyświetl plik

@ -110,7 +110,7 @@
</div>
@if(config('captcha.enabled'))
<div class="d-flex justify-content-center mb-3">
{!! app('captcha')->display() !!}
{!! Captcha::display() !!}
</div>
@endif
<div class="form-group row mb-0">