IdentityModel extends EmailModel

This commit is contained in:
the-djmaze 2024-10-23 00:56:42 +02:00
parent b01072e2e3
commit f0b3d798bc
6 changed files with 27 additions and 21 deletions

View file

@ -57,8 +57,8 @@ export class IdentityPopupView extends AbstractViewPopup {
this.submitError(oData.message);
}
}, {
name: identity.name(),
email: identity.email(),
name: identity.name,
email: identity.email,
privateKey: identity.smimeKey(),
passphrase: result.password
});