Skip to content

Commit fc12a79

Browse files
Fix styling after auth.
1 parent da94b0e commit fc12a79

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

authorization-code/client/views/index.ejs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<strong>Access Token:</strong> <span id="tokenDisplay">Loading...</span>
1414
</div>
1515

16-
<h3>Resource Operations:</h3>
17-
<p>Test your OAuth2 access token by calling the protected resource:</p>
18-
19-
<a href="#" class="button danger" onclick="logout()">Logout</a>
16+
<div class="alert info">
17+
<h3>Resource Operations:</h3>
18+
<p>Test your OAuth2 access token by calling the protected resource:</p>
19+
<a href="#" class="button danger" onclick="logout()">Logout</a>
20+
</div>
2021
</div>
2122

2223
<div id="notAuthenticatedSection">

0 commit comments

Comments
 (0)