Updated ids in ui

This commit is contained in:
Andrew nuark G 2020-12-21 21:33:36 +07:00
parent 9f2eb3c573
commit 840990950d
2 changed files with 14 additions and 12 deletions

View file

@ -60,5 +60,7 @@ void AuthWindow::on_auth_requested() {
else {
QMessageBox::critical(this, "Error", "Deserialized user have wrong type. "
"It may mean corruption of data.");
return;
}
close();
}