본인인증 : 결과페이지 재인증페이지 서브밋 스크립트 추가

This commit is contained in:
projectSylas
2021-09-24 02:47:42 +00:00
parent 6724b2d59f
commit 15821991f2
5 changed files with 23 additions and 1 deletions

View File

@ -232,6 +232,10 @@ $(function() {
alert("본인의 휴대폰번호로 확인 되었습니다.");
if($opener.$("form[name=register_cert_reset]") != undefined){
$opener.$("form[name=register_cert_reset]").submit();
}
window.close();
});
</script>