diff --git a/FO/Views/Account/GoogleCallback.cshtml b/FO/Views/Account/GoogleCallback.cshtml
index e9f8259..e909149 100644
--- a/FO/Views/Account/GoogleCallback.cshtml
+++ b/FO/Views/Account/GoogleCallback.cshtml
@@ -22,7 +22,7 @@
capp("/focommon/SnsLogin", { uid: snsid, isSns: true }, "goHome()");
}
else {
- if (confirm("SNS 회원정보가 존재하지 않습니다.\r\n회원가입 페이지로 이동하시겠습니까?")) {
+ if (confirm("구글과 연동된 회원정보가 존재하지 않습니다.\r\n일반 로그인 후 SNS ID와 연동 기능을 이용하세요.")) {
goJoin();
}
else {
diff --git a/FO/Views/Account/IndexBase.cshtml b/FO/Views/Account/IndexBase.cshtml
index 9ed1eea..15251a3 100644
--- a/FO/Views/Account/IndexBase.cshtml
+++ b/FO/Views/Account/IndexBase.cshtml
@@ -23,7 +23,7 @@
@@ -133,7 +133,7 @@
})
},
fail: function (err) {
- alert("카카오 아이디로 로그인에 실패했습니다.");
+ alert("카카오 아이디로 로그인에 실패했습니다.\r\n관리자에게 문의하세요.");
console.log(JSON.stringify(err))
},
})
@@ -144,7 +144,7 @@
gauth.signIn().then(function () {
location.href = "/Account/GoogleCallback"
}, function () {
- alert("구글 아이디로 로그인에 실패했습니다.");
+ alert("구글 아이디로 로그인에 실패했습니다.\r\n관리자에게 문의하세요.");
return;
});
}
diff --git a/FO/Views/Account/KakaoCallback.cshtml b/FO/Views/Account/KakaoCallback.cshtml
index fb375ca..3eff46b 100644
--- a/FO/Views/Account/KakaoCallback.cshtml
+++ b/FO/Views/Account/KakaoCallback.cshtml
@@ -32,7 +32,7 @@
capp("/focommon/SnsLogin", { uid: snsid, isSns: true }, "goHome()");
}
else {
- if (confirm("SNS 회원정보가 존재하지 않습니다.\r\n회원가입 페이지로 이동하시겠습니까?")) {
+ if (confirm("카카오와 연동된 회원정보가 존재하지 않습니다.\r\n일반 로그인 후 SNS ID와 연동 기능을 이용하세요.")) {
goJoin();
}
else {
diff --git a/FO/Views/Account/NaverCallback.cshtml b/FO/Views/Account/NaverCallback.cshtml
index 554c0cc..0e3e994 100644
--- a/FO/Views/Account/NaverCallback.cshtml
+++ b/FO/Views/Account/NaverCallback.cshtml
@@ -61,7 +61,7 @@
capp("/focommon/SnsLogin", { uid: snsid, isSns: true }, "goHome()");
}
else {
- if (confirm("SNS 회원정보가 존재하지 않습니다.\r\n회원가입 페이지로 이동하시겠습니까?")) {
+ if (confirm("네이버와 연동된 회원정보가 존재하지 않습니다.\r\n일반 로그인 후 SNS ID와 연동 기능을 이용하세요.")) {
goJoin();
}
else {
diff --git a/FO/Views/Shared/Partial/GNB.cshtml b/FO/Views/Shared/Partial/GNB.cshtml
index 612bb55..3c12d79 100644
--- a/FO/Views/Shared/Partial/GNB.cshtml
+++ b/FO/Views/Shared/Partial/GNB.cshtml
@@ -11,7 +11,7 @@
else
{
로그인
- 회원가입
+ 회원가입
}