diff --git a/FO/Views/Account/GoogleCallback.cshtml b/FO/Views/Account/GoogleCallback.cshtml index cce5fc3..1566796 100644 --- a/FO/Views/Account/GoogleCallback.cshtml +++ b/FO/Views/Account/GoogleCallback.cshtml @@ -31,7 +31,7 @@ } } function goJoin() { - location.href = "https://www.ynicte.com/Account/Join?jointype=1"; + location.href = "/Account/Join?jointype=1"; } function goHome() { if (capResult.code > 0) { @@ -39,7 +39,7 @@ } } function goIndex() { - location.href = "https://www.ynicte.com/Account/Index"; + location.href = "/Account/Index"; }