mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Stop saving credentials (#111)
This commit is contained in:
parent
32bd713965
commit
dd81ed9519
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user