diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index 9c7b357..e5a67e5 100644
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
@@ -29,8 +29,8 @@
@@ -70,14 +70,17 @@
@enderror
{!! ReCaptcha::htmlScriptTagJsApi() !!}
- {{--
--}}
-
+
+
{!! htmlFormSnippet() !!}
+
+ @if ($errors->has('g-recaptcha-response'))
+
+ {{ $errors->first('g-recaptcha-response') }}
+
+
+ @endif