This commit is contained in:
2019-10-02 21:11:37 +00:00
parent 5f762fa028
commit d9ccc9f7fa

View File

@@ -381,8 +381,13 @@ namespace AyaNova.PlugIn.QBOI
DialogResult tokenResult=gt.ShowDialog(); DialogResult tokenResult=gt.ShowDialog();
if (tokenResult == DialogResult.Cancel) if (tokenResult == DialogResult.Cancel)
{ {
if (!string.IsNullOrEmpty(gt.LastError))
{
}
return false; return false;
} }
//LOOP over and over every 5 seconds checking repeatedly for the state token to get off the server or until user selects quit in some dialog that needs to be shown here //LOOP over and over every 5 seconds checking repeatedly for the state token to get off the server or until user selects quit in some dialog that needs to be shown here