2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add support for incomplete login attempts.

This commit is contained in:
John Preston
2018-11-20 14:03:44 +04:00
parent 770f4a78aa
commit 21fab77c4b
11 changed files with 501 additions and 363 deletions

View File

@@ -4578,7 +4578,7 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
Ui::show(Box<InformBox>(text));
} else {
Auth().data().serviceNotification(text, d.vmedia);
emit App::wnd()->checkNewAuthorization();
Auth().data().checkNewAuthorization();
}
} break;