add user encrypted configs

This commit is contained in:
DocuSeal
2023-09-25 01:57:10 +03:00
parent 9da7463657
commit 11a90d797a
10 changed files with 60 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@
<%= f.button button_title(title: 'Update', disabled_with: 'Updating'), class: 'base-button' %>
</div>
<% end %>
<%= render 'email_configs' %>
<p class="text-2xl font-bold mt-8 mb-4">Signature</p>
<% signature = UserConfigs.load_signature(current_user) %>
<% if signature %>
@@ -41,6 +41,7 @@
<%= f.text_area :body, value: config.value['body'], required: true, class: 'base-textarea w-full', rows: 10 %>
</autoresize-textarea>
</div>
<%= render 'message_fields' %>
</div>
</div>
</div>
+1
View File
@@ -23,4 +23,5 @@
<%= render 'detailed_form', template: @template %>
</div>
</div>
<%= content_for(:modal_extra) %>
<% end %>