Store secrets (apart from the pickle key) in the database

This commit is contained in:
Nicolas Werner 2022-11-06 03:36:56 +01:00
parent 1f77e1c810
commit 537fa437e2
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 106 additions and 57 deletions

View file

@ -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) {