Auth window update

This commit is contained in:
Andrew nuark G 2020-12-22 22:17:04 +07:00
parent f58c53cadb
commit 09e67d4031

View file

@ -34,6 +34,8 @@ void AuthWindow::on_auth_requested() {
QMessageBox::information(this, "Info", "You are the first user of system. " QMessageBox::information(this, "Info", "You are the first user of system. "
"Your account type is administrator"); "Your account type is administrator");
} }
apparatus::instance()->save();
} }
auto user = a->get_user(login, success); auto user = a->get_user(login, success);