We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08c566 commit 3bf245bCopy full SHA for 3bf245b
client/CryptoDoc.cpp
@@ -321,7 +321,7 @@ bool CryptoDoc::decrypt()
321
return false;
322
}
323
324
- if(d->cdoc->version() == 2 && Settings::CDOC2_USE_KEYSERVER && !Settings::CDOC2_NOTIFICATION.isSet())
+ if(d->cdoc->version() == 2 && !key.transaction_id.isEmpty() && !Settings::CDOC2_NOTIFICATION.isSet())
325
{
326
auto *dlg = new WarningDialog(tr("You must enter your PIN code twice in order to decrypt the CDOC2 container. "
327
"The first PIN entry is required for authentication to the key server referenced in the CDOC2 container. "
0 commit comments