diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js index 0d5ebb737..16f9cd334 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js @@ -165,7 +165,7 @@ if (res.data.pwd == true) { window.location.href = "/Home/Index?pwd=true"; } else if (res.data.pwdtip == true) { - window.location.href = "/Home/Index?pwdtip=true"; + window.location.href = "/Home/Index?pwd=true"; } else window.location.href = "/Home/Index";