mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Add an option to store(and delete) encrypted private key passphrase in the browser across multiple sessions
This commit is contained in:
parent
486acde2e3
commit
5973d71e2f
13 changed files with 227 additions and 18 deletions
|
|
@ -1592,6 +1592,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
*/
|
||||
break;
|
||||
} catch (e) {
|
||||
Passphrases.delete(signOptions[i][1])
|
||||
console.error(e);
|
||||
}
|
||||
} else if ('GnuPG' == signOptions[i][0]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue