Stop saving credentials (#111)

This commit is contained in:
Kevin Yue
2021-12-20 18:43:37 +08:00
committed by GitHub
parent 32bd713965
commit dd81ed9519

View File

@@ -195,9 +195,6 @@ void PortalAuthenticator::onFetchConfigFinished()
if (normalLoginWindow) { if (normalLoginWindow) {
PLOGI << "Closing the NormalLoginWindow..."; PLOGI << "Closing the NormalLoginWindow...";
// Save the credentials for reuse
settings::save("username", username);
settings::save("password", password);
normalLoginWindow->close(); normalLoginWindow->close();
} }