WJC
2020-03-24 7df40c4d000b5424bc11d4a6b9c3332dfe661c67
ZigbeeApp/Shared/Phone/Login/AccountLogin.cs
old mode 100644 new mode 100755
@@ -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;
                    }