1
0
Fork 0
mirror of https://gitlab.com/niansa/qcommsy.git synced 2025-03-06 20:53:33 +01:00

Fixed critical bug (auther now deleted only if no longer needed)

This commit is contained in:
niansa 2020-09-02 13:37:33 +02:00
parent 7393917d50
commit 51bc98e48e

View file

@ -194,9 +194,9 @@ void _UILoader::loginWindow(const QString& failure) {
// Login
try {
settings->setValue("server_sid", auther->getSID(netReply));
auther->deleteLater();
cacheInvalidate = true;
return overviewWindow(false);
overviewWindow(false);
auther->deleteLater();
} catch (authFailureError&) {
thisui->failureText->setText("Die eingegebenen Anmeldedaten sind ungültig");
} catch (libCommsy::invalidRoomError&) {