mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
GPG show error on view/export
This commit is contained in:
parent
d57300dd75
commit
5aa71a3ede
2 changed files with 4 additions and 3 deletions
|
|
@ -97,6 +97,7 @@ export const GnuPGUserStore = new class {
|
|||
}
|
||||
} catch (e) {
|
||||
Passphrases.delete(key);
|
||||
alert(e.message);
|
||||
}
|
||||
}
|
||||
return key.armor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue