This commit is contained in:
Pete Matsyburka
2024-10-26 09:54:41 +03:00
parent 558a14a5f2
commit 889103aa5e
8 changed files with 11 additions and 17 deletions
-6
View File
@@ -24,12 +24,6 @@ module ActionMailerConfigsInterceptor
message.from = from
end
if from == 'DocuSeal <info@docuseal.com>'
message.body.instance_variable_set(
:@raw_source, message.body.raw_source.gsub('https://docuseal.co/', 'https://docuseal.com/')
)
end
return message
end
+2 -2
View File
@@ -20,12 +20,12 @@ module Docuseal
elsif ENV['MULTITENANT'] == 'true'
"https://console.#{HOST}"
else
'https://console.docuseal.co'
'https://console.docuseal.com'
end
CLOUD_URL = if Rails.env.development?
'http://localhost:3000'
else
'https://docuseal.co'
'https://docuseal.com'
end
CDN_URL = if Rails.env.development?
'http://localhost:3000'
+1 -1
View File
@@ -393,7 +393,7 @@ module Submissions
end
def sign_reason
'Signed with DocuSeal.co'
'Signed with DocuSeal.com'
end
def maybe_add_background(_canvas, _submission, _page_size); end