This commit is contained in:
@@ -55,7 +55,7 @@ namespace AyaNovaQBI
|
||||
var res = await util.AuthenticateAsync(edUserName.Text, edPassword.Text);
|
||||
if (!res)
|
||||
{
|
||||
MessageBox.Show("AyaNova 8 SuperUser account login failed");
|
||||
MessageBox.Show("Login failed");
|
||||
btnLogin.Enabled = btnTest.Enabled = true;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user