mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
@@ -577,6 +577,12 @@ Singleton {
|
||||
|
||||
credentialsRequested = false;
|
||||
|
||||
if (credentialsReason === "wrong-password" && credentialsSSID && credentialsSetting === "802-11-wireless-security") {
|
||||
pendingConnectionSSID = credentialsSSID;
|
||||
pendingConnectionStartTime = Date.now();
|
||||
connectionStatus = "connecting";
|
||||
}
|
||||
|
||||
DMSService.sendRequest("network.credentials.submit", params, response => {
|
||||
if (response.error) {
|
||||
log.warn("Failed to submit credentials:", response.error);
|
||||
|
||||
Reference in New Issue
Block a user