Test plan incomplete, basic compaints support
This commit is contained in:
@@ -19,6 +19,10 @@ namespace WinForms
|
||||
{
|
||||
MessageBox.Show("Wrong username or password", "Login failed", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
/*else if (user.Role == UserRole.TENANT)
|
||||
{
|
||||
MessageBox.Show("This application is for the management. Please use the web portal", "Access denied", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}*/
|
||||
else
|
||||
{
|
||||
Dashboard dashboard = new Dashboard(this, user);
|
||||
|
Reference in New Issue
Block a user