mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
ConValidator: Delete instance if no credentials.
This commit is contained in:
parent
588129d852
commit
88bc96fc4c
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ void ConnectionValidator::slotStatusFound(const QUrl&url, const QVariantMap &inf
|
||||||
// Fetch them now! Once fetched, a new connectivity check will be
|
// Fetch them now! Once fetched, a new connectivity check will be
|
||||||
// initiated anyway.
|
// initiated anyway.
|
||||||
creds->fetch();
|
creds->fetch();
|
||||||
|
|
||||||
|
// no result is reported
|
||||||
|
deleteLater();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue