remove the elog password protection

This commit is contained in:
carina@hades 2023-12-15 16:53:41 -05:00
parent fae9762dd9
commit fd0e6d4e38

View File

@ -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);