There was an error while loading. Please reload this page.
1 parent da94b0e commit fc12a79Copy full SHA for fc12a79
authorization-code/client/views/index.ejs
@@ -13,10 +13,11 @@
13
<strong>Access Token:</strong> <span id="tokenDisplay">Loading...</span>
14
</div>
15
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>
+ <div class="alert info">
+ <h3>Resource Operations:</h3>
+ <p>Test your OAuth2 access token by calling the protected resource:</p>
+ <a href="#" class="button danger" onclick="logout()">Logout</a>
20
+ </div>
21
22
23
<div id="notAuthenticatedSection">
0 commit comments