WJC
2020-03-30 fdc47d950498e088260a3b04028703adc0f878e0
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;
                    }