From 587c36e27131f2d028fcabc13b296a8de7470034 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期三, 08 一月 2020 08:59:19 +0800
Subject: [PATCH] 2019.1.8
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs
index 61978d7..2ca8eb4 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs
@@ -256,13 +256,13 @@
//瀵嗙爜楠岃瘉
if (string.IsNullOrEmpty(UserCenterResourse.Option.PswAuthentication) == false)
{
- var form = new SecondaryPswSecurityForm();
+ var form = new PswSecondarySecurityForm();
form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction);
}
//鎵嬪娍楠岃瘉
else if (string.IsNullOrEmpty(UserCenterResourse.Option.GestureAuthentication) == false)
{
- var form = new GesturePswSecirityForm();
+ var form = new PswGestureSecirityForm();
form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction);
}
else
@@ -279,14 +279,14 @@
else if (string.IsNullOrEmpty(UserCenterResourse.Option.PswAuthentication) == false)
{
//瀵嗙爜楠岃瘉
- var form = new SecondaryPswSecurityForm();
+ var form = new PswSecondarySecurityForm();
form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction);
FailAction = null;
}
else if (string.IsNullOrEmpty(UserCenterResourse.Option.GestureAuthentication) == false)
{
//鎵嬪娍楠岃瘉
- var form = new GesturePswSecirityForm();
+ var form = new PswGestureSecirityForm();
form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction);
FailAction = null;
}
--
Gitblit v1.8.0