From 1d01820f57cfec873a1cbeebaf8286d4dd5d7666 Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 12 Jan 2026 18:57:10 +0700 Subject: [PATCH] Update confirm_email.blade.php --- resources/views/auth/curated-register/confirm_email.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/curated-register/confirm_email.blade.php b/resources/views/auth/curated-register/confirm_email.blade.php index 786023a92..8b37f21c6 100644 --- a/resources/views/auth/curated-register/confirm_email.blade.php +++ b/resources/views/auth/curated-register/confirm_email.blade.php @@ -25,8 +25,8 @@
@csrf - input('sid')}}> - input('code')}}> + + @if(config('instance.curated_registration.captcha_enabled'))
{!! Captcha::display() !!}