We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd78a5 commit ce384b1Copy full SHA for ce384b1
app/templates/home.html
@@ -20,7 +20,7 @@ <h2>Welcome</h2>
20
<p>This launcher includes the following examples for the DocuSign eSignature REST API.</p>
21
22
{% if show_doc %}
23
- <p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using a Python Flask application.</p>
+ <p><a target='_blank' href='{{ documentation | safe }}'>Documentation</a> on using JWT or Authorization Code Grant from a Python Flask application.</p>
24
{% endif %}
25
26
<h2>Basic Examples</h2>
0 commit comments