From 0172931bf9d36c3b8df6802eba8c5085874f331e Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 21 Feb 2023 16:28:20 +0100 Subject: [PATCH] removed unused data.set('SignatureInsertBefore') in IdentityPopupView --- dev/View/Popup/Identity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/View/Popup/Identity.js b/dev/View/Popup/Identity.js index 882c3e491..61ec7a3a3 100644 --- a/dev/View/Popup/Identity.js +++ b/dev/View/Popup/Identity.js @@ -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) {