use com
This commit is contained in:
@@ -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
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user