mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 06:47:05 +08:00
removed unused data.set('SignatureInsertBefore') in IdentityPopupView
This commit is contained in:
parent
0f82ad1109
commit
0172931bf9
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,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…
Reference in a new issue