Skip to content

Commit 5f97919

Browse files
committed
minor UI updates to the multiple auth page
1 parent 4775a34 commit 5f97919

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

views/pages/ds_must_authenticate.ejs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<p class="lead">
66
<form class="eg" action="/ds/login" method="get" data-busy="form">
77
<div class="form-group">
8+
<label>Please choose your authentication type</label>
89
<select id="auth" name="auth" class="form-control">
9-
<option value="grand-auth" selected>Authorization Code grant</option>
10-
<option value="jwt-auth">JSON Web Token grant</option>
10+
<option value="grand-auth" selected>Authorization Code Grant</option>
11+
<option value="jwt-auth">JWT (JSON Web Token)</option>
1112
</select><br>
1213
<button class="btn btn-primary btn-lg">Authenticate with DocuSign</button>
1314
</div>

0 commit comments

Comments
 (0)