관리-도구
편집 파일: 8ae2dc5acef08fdadfba92f89a72919a.php
<?php ($recaptcha = getWebConfig(name: 'recaptcha')); ?> <?php if($web_config['firebase_otp_verification'] && $web_config['firebase_otp_verification']['status']): ?> <div class="generate-firebase-auth-recaptcha" id="firebase-auth-recaptcha-<?php echo e(rand(111, 999)); ?>"></div> <?php elseif(isset($recaptcha) && $recaptcha['status'] == 1): ?> <div class="dynamic-default-and-recaptcha-section"> <input type="hidden" name="g-recaptcha-response" class="render-grecaptcha-response" data-action="customer_auth" data-input="#login-default-captcha-section" data-default-captcha="#login-default-captcha-section" > <div class="default-captcha-container d-none" id="login-default-captcha-section" data-placeholder="<?php echo e(translate('enter_captcha_value')); ?>" data-base-url="<?php echo e(route('g-recaptcha-session-store')); ?>" data-session="<?php echo e('default_recaptcha_id_customer_auth'); ?>" > </div> </div> <?php else: ?> <div class="default-captcha-container" data-placeholder="<?php echo e(translate('enter_captcha_value')); ?>" data-base-url="<?php echo e(route('g-recaptcha-session-store')); ?>" data-session="<?php echo e('default_recaptcha_id_customer_auth'); ?>" > </div> <?php endif; ?> <?php /**PATH /home2/slnssare/public_html/resources/themes/default/web-views/customer-views/auth/partials/_recaptcha.blade.php ENDPATH**/ ?>