show multiple signatures toggle on cloud

This commit is contained in:
Pete Matsyburka
2024-02-18 21:06:16 +02:00
parent 0910c8e100
commit 5995f2e427
2 changed files with 17 additions and 21 deletions
@@ -341,8 +341,6 @@ module Submissions
def fetch_sign_reason(submitter)
reason_name = submitter.email || submitter.name || submitter.phone
return sign_reason(reason_name) if Docuseal.multitenant?
config =
if Docuseal.multitenant?
AccountConfig.where(account: submitter.account, key: AccountConfig::ESIGNING_PREFERENCE_KEY)