Store secrets (apart from the pickle key) in the database
This commit is contained in:
parent
1f77e1c810
commit
537fa437e2
4 changed files with 106 additions and 57 deletions
|
|
@ -384,7 +384,8 @@ ChatPage::dropToLoginPage(const QString &msg)
|
|||
tr("Because of the following reason Nheko wants to drop you to the login page:\n%1\nIf you "
|
||||
"think this is a mistake, you can close Nheko instead to possibly recover your encrpytion "
|
||||
"keys. After you have been dropped to the login page, you can sign in again using your "
|
||||
"usual methods."),
|
||||
"usual methods.")
|
||||
.arg(msg),
|
||||
QMessageBox::StandardButton::Close | QMessageBox::StandardButton::Ok,
|
||||
QMessageBox::StandardButton::Ok);
|
||||
if (btn == QMessageBox::StandardButton::Close) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue