Skip to content

Commit 2b3549e

Browse files
Merge pull request #313 from OpenSignLabs/opensign-drive
2 parents 7ba2ef6 + d164787 commit 2b3549e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

microfrontends/SignDocuments/src/Component/component/emailComponent.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function EmailComponent({
3838
"X-Parse-Application-Id": localStorage.getItem("parseAppId"),
3939
sessionToken: localStorage.getItem("accesstoken")
4040
};
41-
const openSignUrl = "https://www.opensignlabs.com/";
41+
const openSignUrl = "https://www.opensignlabs.com/contact-us";
4242
const themeBGcolor = themeColor();
4343
let params = {
4444
pdfName: pdfName,
@@ -51,11 +51,11 @@ function EmailComponent({
5151
imgPng +
5252
" height='50' style='padding:20px,width:170px,height:40px'/> </div><div style='padding:2px;font-family:system-ui; background-color:" +
5353
themeBGcolor +
54-
";'> <p style='font-size:20px;font-weight:400;color:white;padding-left:20px',> Document Copy</p></div><div><p style='padding:20px;font-family:system-ui;font-size:14px'>A copy of the document " +
54+
";'> <p style='font-size:20px;font-weight:400;color:white;padding-left:20px',> Document Copy</p></div><div><p style='padding:20px;font-family:system-ui;font-size:14px'>A copy of the document <strong>" +
5555
pdfName +
56-
" Standard is attached to this email. Kindly download the document from the attachment.</p></div> </div><div><p>This is an automated email from OpenSign. For any queries regarding this email, please contact the sender " +
56+
" </strong>is attached to this email. Kindly download the document from the attachment.</p></div> </div><div><p>This is an automated email from OpenSign. For any queries regarding this email, please contact the sender " +
5757
sender.email +
58-
" directly. If you think this email is inappropriate or spam, you may file a complaint with OpenSign <a href= " +
58+
" directly. If you think this email is inappropriate or spam, you may file a complaint with OpenSign <a href= " +
5959
openSignUrl +
6060
" target=_blank>here</a> </p></div></div></body></html>"
6161
};

microfrontends/SignDocuments/src/Component/placeHolderSign.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ function PlaceHolderSign() {
679679

680680
const hostUrl = window.location.origin + "/loadmf/signmicroapp";
681681
let signPdf = `${hostUrl}/login/${pdfDetails?.[0].objectId}/${signerMail[i].Email}/${objectId}/${serverParams}`;
682-
const openSignUrl = "https://www.opensignlabs.com/";
682+
const openSignUrl = "https://www.opensignlabs.com/contact-us";
683683
const themeBGcolor = themeColor();
684684
let params = {
685685
recipient: signerMail[i].Email,
@@ -693,17 +693,17 @@ function PlaceHolderSign() {
693693
themeBGcolor +
694694
";'><p style='font-size: 20px;font-weight: 400;color: white;padding-left: 20px;' > Digital Signature Request</p></div><div><p style='padding: 20px;font-family: system-ui;font-size: 14px; margin-bottom: 10px;'> " +
695695
pdfDetails?.[0].ExtUserPtr.Name +
696-
" has requested you to review and sign " +
696+
" has requested you to review and sign <strong> " +
697697
pdfDetails?.[0].Name +
698-
"</p><div style='padding: 5px 0px 5px 25px;display: flex;flex-direction: row;justify-content: space-around;'><table> <tr> <td style='font-weight:bold;font-family:sans-serif;font-size:15px'>Sender</td> <td> </td> <td style='color:#626363;font-weight:bold'>" +
698+
"</strong>.</p><div style='padding: 5px 0px 5px 25px;display: flex;flex-direction: row;justify-content: space-around;'><table> <tr> <td style='font-weight:bold;font-family:sans-serif;font-size:15px'>Sender</td> <td> </td> <td style='color:#626363;font-weight:bold'>" +
699699
sender +
700700
"</td></tr><tr><td style='font-weight:bold;font-family:sans-serif;font-size:15px'>Organization Name</td> <td> </td><td style='color:#626363;font-weight:bold'>__</td></tr> <tr> <td style='font-weight:bold;font-family:sans-serif;font-size:15px'>Expire on</td><td> </td> <td style='color:#626363;font-weight:bold'>" +
701701
localExpireDate +
702702
"</td></tr><tr> <td></td> <td> <div style='display: flex; justify-content: center;margin-top: 50px;'><a href=" +
703703
signPdf +
704-
"> <button style='padding: 12px 20px 12px 20px;background-color: #d46b0f;color: white; border: 0px;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;font-weight:bold'>Sign here</button></a> </div> </td><td> </td></tr></table> </div><div style='display: flex; justify-content: center;margin-top: 10px;'> </div></div></div><div><p> This is an automated email from OpenSign. For any queries regarding this email, please contact the sender " +
704+
"> <button style='padding: 12px 20px 12px 20px;background-color: #d46b0f;color: white; border: 0px;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;font-weight:bold'>Sign here</button></a> </div> </td><td> </td></tr></table> </div><div style='display: flex; justify-content: center;margin-top: 10px;'> </div></div></div><div><p> This is an automated email from OpenSign. For any queries regarding this email, please contact the sender " +
705705
sender +
706-
" directly.If you think this email is inappropriate or spam, you may file a complaint with OpenSign <a href= " +
706+
" directly.If you think this email is inappropriate or spam, you may file a complaint with OpenSign <a href= " +
707707
openSignUrl +
708708
" target=_blank>here</a>.</p> </div></div></body> </html>"
709709
};

0 commit comments

Comments
 (0)