Skip to content

Commit 30cc6b5

Browse files
authored
Merge pull request #20 from docusign/DEVDOCS-16583
update text to include authentication
2 parents 001ecf3 + 2b75ed5 commit 30cc6b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/src/assets/text.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"hero": {
33
"title": "Welcome to the Workflows Sample App",
44
"paragraph": "Discover the power of the Docusign Maestro API (beta). Trigger and manage Maestro workflows in an interactive environment.",
5+
"authentication": "Supports both Authorization Code Grant and JSON Web Token (JWT) authentication.",
56
"tryButton": "Try the App",
67
"GitHub": "Go to GitHub",
78
"footer": {

client/src/pages/Hero/Hero.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const Hero = () => {
3838
<div className={styles.messageBox}>
3939
<h1>{textContent.hero.title}</h1>
4040
<p>{textContent.hero.paragraph}</p>
41+
<p><strong><em>{textContent.hero.authentication}</em></strong></p>
4142
</div>
4243
<div className={styles.buttonGroup}>
4344
<button className="btn btn-secondary" onClick={togglePopup}>

0 commit comments

Comments
 (0)