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

@ -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('');
}