From 0da699af9287d4352b22c40f3633394b043a0733 Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 16 Dec 2020 04:42:03 +0000 Subject: [PATCH] --- FO/Views/Account/GoogleCallback.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }