Skip to content

Commit 5a480a0

Browse files
committed
enable jwt dropdown option
1 parent bc97953 commit 5a480a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/must_authenticate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="display-4">Please Authenticate with DocuSign</h1>
1010
<label for="auth_type">Please choose your OAuth2.0 grant type</label>
1111
<select class="form-control" id="auth_type" name="auth_type">
1212
<option value="code_grant">Authorization Code Grant</option>
13-
<option value="jwt" disabled>JSON Web Token - Coming Soon</option>
13+
<option value="jwt">JSON Web Token</option>
1414
</select>
1515
<p class="lead">
1616
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>

0 commit comments

Comments
 (0)