This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user