From aed10dfb508cf85ee73960db8f43c5c0ae2f2ce9 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Fri, 2 Jul 2021 11:16:14 +0530 Subject: [PATCH] Added Missing Class --- .../Resources/views/shop/customers/signup/index.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/signup/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/signup/index.blade.php index d85335b21..94c0480c7 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/signup/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/signup/index.blade.php @@ -140,7 +140,11 @@ {!! view_render_event('bagisto.shop.customers.signup_form_controls.password_confirmation.after') !!} - {!! Captcha::render() !!} +
+ + {!! Captcha::render() !!} + +
@if (core()->getConfigData('customer.settings.newsletter.subscription'))