Skip to content

Commit 5411776

Browse files
author
nianiB9
committed
add auth text
1 parent feab292 commit 5411776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>"Webhooks Sample App"</title>
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<meta property="og:title" content="Webhooks Sample App" />
7-
<meta property="og:description" content="Discover how the Docusign Connect webhook service can help you monitor and automate your business processes through real-time updates when specific events are triggered in your workflows." />
7+
<meta property="og:description" content="Discover how the Docusign Connect webhook service can help you monitor and automate your business processes through real-time updates when specific events are triggered in your workflows. This sample app uses JWT authentication." />
88
<meta property="og:image" content="/images/Webhooks-Sample-App-OG-Image.jpg" />
99

1010
<div class=" "></div>

public/locales/en/Home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Header1": "Webhooks Sample App",
3-
"Header2": "Discover how the Docusign Connect webhook service can help you monitor and automate your business processes through real-time updates when specific events are triggered in your workflows.",
3+
"Header2": "Discover how the Docusign Connect webhook service can help you monitor and automate your business processes through real-time updates when specific events are triggered in your workflows. This sample app uses JWT authentication.",
44
"SandBoxButton": "Create Developer Account",
55
"LearnMoreButton": "Learn More",
66
"Card1": {

0 commit comments

Comments
 (0)