removed unused data.set('SignatureInsertBefore') in IdentityPopupView

This commit is contained in:
the-djmaze 2023-02-21 16:28:20 +01:00
parent 0f82ad1109
commit 0172931bf9

View file

@ -49,7 +49,6 @@ export class IdentityPopupView extends AbstractViewPopup {
const data = new FormData(form); const data = new FormData(form);
data.set('Id', this.id()); data.set('Id', this.id());
data.set('Signature', this.signature()); data.set('Signature', this.signature());
data.set('SignatureInsertBefore', this.signatureInsertBefore() ? 1 : 0);
Remote.request('IdentityUpdate', iError => { Remote.request('IdentityUpdate', iError => {
this.submitRequest(false); this.submitRequest(false);
if (iError) { if (iError) {