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 bc97953 commit 5a480a0Copy full SHA for 5a480a0
1 file changed
app/templates/must_authenticate.html
@@ -10,7 +10,7 @@ <h1 class="display-4">Please Authenticate with DocuSign</h1>
10
<label for="auth_type">Please choose your OAuth2.0 grant type</label>
11
<select class="form-control" id="auth_type" name="auth_type">
12
<option value="code_grant">Authorization Code Grant</option>
13
- <option value="jwt" disabled>JSON Web Token - Coming Soon</option>
+ <option value="jwt">JSON Web Token</option>
14
</select>
15
<p class="lead">
16
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
0 commit comments