From 4b67c275b12b8273dc7481bb2d36704c64569ea2 Mon Sep 17 00:00:00 2001 From: Alfin Afif Date: Tue, 9 Sep 2025 12:01:23 +0700 Subject: [PATCH] Fix Force HTTPS --- resources/views/auth/login.blade.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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() !!}
-
--}} - +
+
{!! htmlFormSnippet() !!}
+
+ @if ($errors->has('g-recaptcha-response')) +
+ {{ $errors->first('g-recaptcha-response') }} + +
+ @endif