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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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