From 6efe8027f1045cfd9160ce6ef63cbf2605997df9 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Wed, 30 Apr 2025 16:54:56 +0300 Subject: [PATCH] disable multiple sign --- app/views/esign_settings/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/esign_settings/show.html.erb b/app/views/esign_settings/show.html.erb index 05169a4b..319aa43b 100644 --- a/app/views/esign_settings/show.html.erb +++ b/app/views/esign_settings/show.html.erb @@ -141,7 +141,7 @@ <%= t('preferences') %> - <% 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| %> <%= f.hidden_field :key %>