({selector, formHtml, signature})
| 285 | } |
| 286 | |
| 287 | function encryptedFormContainer({selector, formHtml, signature}) { |
| 288 | const container = new EncryptedFormContainer(selector, formHtml, signature); |
| 289 | containers.set(container.id, container); |
| 290 | return container.create(); |
| 291 | } |