remove the elog password protection
This commit is contained in:
parent
fae9762dd9
commit
fd0e6d4e38
|
@ -1397,7 +1397,7 @@ void MainWindow::SetAndLockInfluxElog(){
|
|||
|
||||
QLineEdit usernameLineEdit;
|
||||
QLineEdit passwordLineEdit;
|
||||
passwordLineEdit.setEchoMode(QLineEdit::Password);
|
||||
//passwordLineEdit.setEchoMode(QLineEdit::Password);
|
||||
|
||||
formLayout.addRow("Username:", &usernameLineEdit);
|
||||
formLayout.addRow("Password:", &passwordLineEdit);
|
||||
|
|
Loading…
Reference in New Issue
Block a user