disable multiple sign

pull/480/head
Pete Matsyburka 6 months ago
parent 96bb4eb6e5
commit 6efe8027f1

@ -141,7 +141,7 @@
<%= t('preferences') %> <%= t('preferences') %>
</h2> </h2>
</div> </div>
<% if can?(:manage, account_config) %> <% if can?(:manage, account_config) && (can?(:manage, :personalization_advanced) || !Docuseal.multitenant?) %>
<%= form_for account_config, url: account_configs_path, method: :post do |f| %> <%= form_for account_config, url: account_configs_path, method: :post do |f| %>
<%= f.hidden_field :key %> <%= f.hidden_field :key %>
<div class="flex items-center justify-between py-2.5"> <div class="flex items-center justify-between py-2.5">

Loading…
Cancel
Save