mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Cleanup IdentityModel handling
This commit is contained in:
parent
bfffa750ca
commit
d495369688
5 changed files with 17 additions and 27 deletions
|
|
@ -63,7 +63,6 @@ export class IdentityPopupView extends AbstractViewPopup {
|
|||
const data = new FormData(form);
|
||||
data.set('Id', this.id);
|
||||
data.set('Signature', this.signature());
|
||||
data.set('SignatureInsertBefore', this.signatureInsertBefore() ? 1 : 0);
|
||||
Remote.request('IdentityUpdate', iError => {
|
||||
this.submitRequest(false);
|
||||
if (iError) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue