1 parent 4775a34 commit 5f97919Copy full SHA for 5f97919
1 file changed
views/pages/ds_must_authenticate.ejs
@@ -5,9 +5,10 @@
5
<p class="lead">
6
<form class="eg" action="/ds/login" method="get" data-busy="form">
7
<div class="form-group">
8
+ <label>Please choose your authentication type</label>
9
<select id="auth" name="auth" class="form-control">
- <option value="grand-auth" selected>Authorization Code grant</option>
10
- <option value="jwt-auth">JSON Web Token grant</option>
+ <option value="grand-auth" selected>Authorization Code Grant</option>
11
+ <option value="jwt-auth">JWT (JSON Web Token)</option>
12
</select><br>
13
<button class="btn btn-primary btn-lg">Authenticate with DocuSign</button>
14
</div>
0 commit comments