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.
2 parents 0ca2950 + e98bae5 commit 905a3aaCopy full SHA for 905a3aa
app/docusign/ds_client.py
@@ -103,7 +103,7 @@ def _jwt_auth(cls):
103
except ApiException as err:
104
body = err.body.decode('utf8')
105
106
- # Grand explicit consent for the application
+ # Grant explicit consent for the application
107
if "consent_required" in body:
108
consent_scopes = " ".join(use_scopes)
109
redirect_uri = DS_CONFIG["app_url"] + url_for("ds.ds_callback")
0 commit comments