Auth window update
This commit is contained in:
parent
f58c53cadb
commit
09e67d4031
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue