diff --git a/microfrontends/SignDocuments/src/Component/component/emailComponent.js b/microfrontends/SignDocuments/src/Component/component/emailComponent.js index 43117f951..0c9e3ffb7 100644 --- a/microfrontends/SignDocuments/src/Component/component/emailComponent.js +++ b/microfrontends/SignDocuments/src/Component/component/emailComponent.js @@ -38,7 +38,7 @@ function EmailComponent({ "X-Parse-Application-Id": localStorage.getItem("parseAppId"), sessionToken: localStorage.getItem("accesstoken") }; - const openSignUrl = "https://www.opensignlabs.com/"; + const openSignUrl = "https://www.opensignlabs.com/contact-us"; const themeBGcolor = themeColor(); let params = { pdfName: pdfName, @@ -51,11 +51,11 @@ function EmailComponent({ imgPng + " height='50' style='padding:20px,width:170px,height:40px'/>

Document Copy

A copy of the document " + + ";'>

Document Copy

A copy of the document " + pdfName + - " Standard is attached to this email. Kindly download the document from the attachment.

This is an automated email from OpenSign. For any queries regarding this email, please contact the sender " + + " is attached to this email. Kindly download the document from the attachment.

This is an automated email from OpenSign™. For any queries regarding this email, please contact the sender " + sender.email + - " directly. If you think this email is inappropriate or spam, you may file a complaint with OpenSign here

" }; diff --git a/microfrontends/SignDocuments/src/Component/placeHolderSign.js b/microfrontends/SignDocuments/src/Component/placeHolderSign.js index 9d9c99d79..bd6cbcb65 100644 --- a/microfrontends/SignDocuments/src/Component/placeHolderSign.js +++ b/microfrontends/SignDocuments/src/Component/placeHolderSign.js @@ -679,7 +679,7 @@ function PlaceHolderSign() { const hostUrl = window.location.origin + "/loadmf/signmicroapp"; let signPdf = `${hostUrl}/login/${pdfDetails?.[0].objectId}/${signerMail[i].Email}/${objectId}/${serverParams}`; - const openSignUrl = "https://www.opensignlabs.com/"; + const openSignUrl = "https://www.opensignlabs.com/contact-us"; const themeBGcolor = themeColor(); let params = { recipient: signerMail[i].Email, @@ -693,17 +693,17 @@ function PlaceHolderSign() { themeBGcolor + ";'>

Digital Signature Request

" + pdfDetails?.[0].ExtUserPtr.Name + - " has requested you to review and sign " + + " has requested you to review and sign " + pdfDetails?.[0].Name + - "

Sender " + + ".

Sender " + sender + "
Organization Name __
Expire on " + localExpireDate + "

This is an automated email from OpenSign. For any queries regarding this email, please contact the sender " + + ">

This is an automated email from OpenSign™. For any queries regarding this email, please contact the sender " + sender + - " directly.If you think this email is inappropriate or spam, you may file a complaint with OpenSign here.

" };