diff --git a/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 b/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 index c9ec5d7..7cae306 100644 Binary files a/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 and b/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/IoTGateway/v17/.futdcache.v1 b/.vs/IoTGateway/v17/.futdcache.v1 index a44bc01..855c04e 100644 Binary files a/.vs/IoTGateway/v17/.futdcache.v1 and b/.vs/IoTGateway/v17/.futdcache.v1 differ diff --git a/.vs/IoTGateway/v17/.suo b/.vs/IoTGateway/v17/.suo index 42111b8..4c023e7 100644 Binary files a/.vs/IoTGateway/v17/.suo and b/.vs/IoTGateway/v17/.suo differ diff --git a/IoTGateway/Controllers/LoginController.cs b/IoTGateway/Controllers/LoginController.cs index 28a8d91..318c67a 100644 --- a/IoTGateway/Controllers/LoginController.cs +++ b/IoTGateway/Controllers/LoginController.cs @@ -36,7 +36,7 @@ namespace IoTGateway.Controllers [HttpPost] public async Task Login(LoginVM vm) { - if (Wtm.ConfigInfo.IsQuickDebug == false) + if (false)//Wtm.ConfigInfo.IsQuickDebug == false { var verifyCode = HttpContext.Session.Get("verify_code"); if (string.IsNullOrEmpty(verifyCode) || verifyCode.ToLower() != vm.VerifyCode.ToLower()) diff --git a/IoTGateway/Views/Login/Login.cshtml b/IoTGateway/Views/Login/Login.cshtml index d3501e4..cd26215 100644 --- a/IoTGateway/Views/Login/Login.cshtml +++ b/IoTGateway/Views/Login/Login.cshtml @@ -20,11 +20,11 @@ IoTGateway @@ -52,14 +52,14 @@ -
  • + @*
  • -
  • + *@
  • @Model.Localizer["Login.RememberMe"]