통합인증 : 회원가입/소셜 회원가입 본인인증 관련 안내 추가

This commit is contained in:
seeoya
2021-10-01 16:20:15 +09:00
parent 0b19dcecd1
commit 82e27485fe
12 changed files with 34 additions and 10 deletions

View File

@ -52,7 +52,11 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
<h2>개인정보 입력</h2>
<ul>
<li>
<?php
<!-- #TODO 조건 추가 -->
<div id="msg_certify">
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. 이름/휴대폰 번호는 자동으로 입력됩니다.
</div>
<?php
if($config['cf_cert_use']) {
if($config['cf_cert_sa']) {
echo '<button type="button" id="win_sa_toss_cert" class="btn_frmline win_sa_cert" data-type="TOSS">토스 인증</button>'.PHP_EOL;