간편인증 : sa -> simple로 변경

This commit is contained in:
projectSylas
2022-01-19 06:19:04 +00:00
parent 4cc9e6b001
commit 1870a7d131
29 changed files with 112 additions and 104 deletions

View File

@ -98,7 +98,7 @@ function cert_confirm() {
var val = document.fregisterform.cert_type.value;
switch(val) {
case "sa":
case "simple":
type = "간편인증";
break;
case "ipin":