Fix cicli redirect inutili
This commit is contained in:
@@ -161,11 +161,10 @@ namespace TestClient
|
||||
// graphics will be disposed at this line
|
||||
pictBox.Image = bitmap;
|
||||
StringBuilder sb = new StringBuilder();
|
||||
//sb.AppendLine("--------------------------------------------------");
|
||||
sb.AppendLine("AUTH DONE!");
|
||||
if (reqStatus.isHmiEnrolled)
|
||||
if (authData.isEnrolled || reqStatus.isHmiEnrolled)
|
||||
{
|
||||
sb.AppendLine("");
|
||||
sb.AppendLine("------");
|
||||
sb.AppendLine("ENROLLED!");
|
||||
}
|
||||
lblRetData.Text = sb.ToString();
|
||||
@@ -176,7 +175,6 @@ namespace TestClient
|
||||
if (authData.userCode != "")
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
//sb.AppendLine("--------------------------------------------------");
|
||||
sb.AppendLine("device_code:");
|
||||
sb.AppendLine(authData.deviceCode.ToString());
|
||||
sb.AppendLine("");
|
||||
|
||||
Reference in New Issue
Block a user