From b304a3c78df10b6e9b867e677d3e4719f1d4a7aa Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期二, 24 三月 2020 09:12:15 +0800
Subject: [PATCH] 2020-03-23-3

---
 ZigbeeApp/Shared/Phone/Login/AccountLogin.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs b/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
old mode 100755
new mode 100644
index 065cd53..bf17f89
--- a/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
+++ b/ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
@@ -734,12 +734,12 @@
         {
             if (phoneOrEmail == "Phone")
             {
-                if (phoneRow != null) 
+                if (phoneRow != null)
                 {
                     phoneRow.Visible = true;
                     phonePwdRow.Visible = true;
                     if (emailRow != null)
-                    { 
+                    {
                         emailRow.Visible = false;
                         emailPwdRow.Visible = false;
                     }
@@ -763,8 +763,8 @@
                 {
                     emailRow.Visible = true;
                     emailPwdRow.Visible = true;
-                    if (phoneRow != null) 
-                    { 
+                    if (phoneRow != null)
+                    {
                         phoneRow.Visible = false;
                         phonePwdRow.Visible = false;
                     }

--
Gitblit v1.8.0