mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
bugfix: store in Passphrases
This commit is contained in:
parent
6f33bc23d3
commit
a7041b4efb
3 changed files with 4 additions and 7 deletions
|
|
@ -70,8 +70,7 @@ export const GnuPGUserStore = new class {
|
|||
};
|
||||
if (isPrivate) {
|
||||
key.password = async (btnTxt = 'SIGN') => {
|
||||
const pass = await Passphrases.ask(
|
||||
key,
|
||||
const pass = await Passphrases.ask(key,
|
||||
'GnuPG key<br>' + key.id + ' ' + key.emails[0],
|
||||
'CRYPTO/'+btnTxt
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue