간편인증 : sa -> simple로 변경
This commit is contained in:
@ -98,7 +98,7 @@ function cert_confirm() {
|
||||
var val = document.fregisterform.cert_type.value;
|
||||
|
||||
switch(val) {
|
||||
case "sa":
|
||||
case "simple":
|
||||
type = "간편인증";
|
||||
break;
|
||||
case "ipin":
|
||||
|
||||
Reference in New Issue
Block a user