GPG show error on view/export

This commit is contained in:
the-djmaze 2024-03-04 11:15:34 +01:00
parent d57300dd75
commit 5aa71a3ede
2 changed files with 4 additions and 3 deletions

View file

@ -97,6 +97,7 @@ export const GnuPGUserStore = new class {
}
} catch (e) {
Passphrases.delete(key);
alert(e.message);
}
}
return key.armor;