single digital signature by default

This commit is contained in:
Pete Matsyburka
2024-05-16 23:18:48 +03:00
parent 51edd60d96
commit 8c271104e1
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
<% end %>
</div>
<% end %>
<% account_config = AccountConfig.where(account: current_account, key: AccountConfig::ESIGNING_PREFERENCE_KEY).first_or_initialize(value: 'multiple') %>
<% account_config = AccountConfig.where(account: current_account, key: AccountConfig::ESIGNING_PREFERENCE_KEY).first_or_initialize(value: 'single') %>
<% if can?(:manage, account_config) %>
<div class="px-1 mt-8 max-w-xl">
<div class="flex justify-between items-end mb-4 mt-8">