mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
bugfix: store in Passphrases
This commit is contained in:
parent
6f33bc23d3
commit
a7041b4efb
3 changed files with 4 additions and 7 deletions
|
|
@ -1566,8 +1566,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
params.signCertificate = identity.smimeCertificate();
|
||||
params.signPrivateKey = identity.smimeKey();
|
||||
if (identity.smimeKeyEncrypted()) {
|
||||
const pass = await Passphrases.ask(
|
||||
identity.smimeKey(),
|
||||
const pass = await Passphrases.ask(identity,
|
||||
i18n('SMIME/PRIVATE_KEY_OF', {EMAIL: identity.email()}),
|
||||
'CRYPTO/DECRYPT'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue