This commit is contained in:
hyunho 2021-01-04 02:00:30 +00:00
parent d0adee88c1
commit 324f794267
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
}
else {
if (confirm("구글과 연동된 회원정보가 존재하지 않습니다.\r\n일반 로그인 후 SNS ID와 연동 기능을 이용하세요.")) {
goJoin();
goIndex();
}
else {
goIndex();

View File

@ -33,7 +33,7 @@
}
else {
if (confirm("카카오와 연동된 회원정보가 존재하지 않습니다.\r\n일반 로그인 후 SNS ID와 연동 기능을 이용하세요.")) {
goJoin();
goIndex();
}
else {
goIndex();

View File

@ -62,7 +62,7 @@
}
else {
if (confirm("네이버와 연동된 회원정보가 존재하지 않습니다.\r\n일반 로그인 후 SNS ID와 연동 기능을 이용하세요.")) {
goJoin();
goIndex();
}
else {
goIndex();