File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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 } >
You can’t perform that action at this time.
0 commit comments