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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user