This commit is contained in:
@@ -132,7 +132,14 @@ namespace AyaNova.PlugIn.V8
|
||||
}
|
||||
|
||||
Auth d = new Auth();
|
||||
d.ShowDialog();
|
||||
var res = d.ShowDialog(); ;
|
||||
if (res == DialogResult.Cancel)
|
||||
{
|
||||
return;
|
||||
}
|
||||
//here because we logged in fine and can proceed
|
||||
|
||||
MessageBox.Show("Login successful! JWT is " + util.JWT);
|
||||
//Only one command
|
||||
// DumpIt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user