mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
IdentityModel extends EmailModel
This commit is contained in:
parent
b01072e2e3
commit
f0b3d798bc
6 changed files with 27 additions and 21 deletions
|
|
@ -105,9 +105,9 @@ export class OpenPgpGeneratePopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
onShow() {
|
||||
this.name(''/*IdentityUserStore()[0].name()*/);
|
||||
this.name(''/*IdentityUserStore()[0].name*/);
|
||||
this.password('');
|
||||
this.email(''/*IdentityUserStore()[0].email()*/);
|
||||
this.email(''/*IdentityUserStore()[0].email*/);
|
||||
this.emailError(false);
|
||||
this.submitError('');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue