#89 Improved public/private key handling

This commit is contained in:
the-djmaze 2022-01-28 15:02:10 +01:00
parent 0560e22674
commit f8cbd5d129
9 changed files with 160 additions and 109 deletions

View file

@ -65,7 +65,6 @@ export class OpenPgpGeneratePopupView extends AbstractViewPopup {
if (keyPair) {
keyPair.onServer = this.saveServer() ? 1 : 0;
keyPair.inGnuPG = this.saveGnuPG() ? 1 : 0;
keyPair.uid = userId;
PgpUserStore.storeKeyPair(keyPair, ()=>{
this.submitRequest(false);
this.cancelCommand();