mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Minor fixes when reporting T141
* user authenticated must be enabled/valid * Read only: BlackMisc::CDataReadOnly<BlackCore::Data::TAuthenticatedDbUser> * clear user fields when not authenticated
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2dfc56dc39
commit
0dfe6f69fe
@@ -155,6 +155,8 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
ui->le_Name->clear();
|
||||
ui->te_Roles->clear();
|
||||
this->setModeLogin(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user