Skip to content

Commit 87d1b43

Browse files
committed
Changed mismatched closing </label> for </span>
Changed page variable to client.redirect_uris
1 parent 93cbec0 commit 87d1b43

File tree

1 file changed

+2
-2
lines changed
  • exercises/ch-3-ex-1/files/authorizationServer

1 file changed

+2
-2
lines changed

exercises/ch-3-ex-1/files/authorizationServer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-danger">OAuth Authorization Server</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-danger">OAuth Authorization Server</span></a>
3333
</div>
3434
</div>
3535
</nav>
@@ -43,7 +43,7 @@ <h2>Client information:</h2>
4343
<li><b>client_id:</b> <code><%- client.client_id %></code></li>
4444
<li><b>client_secret:</b> <code><%- client.client_secret %></code></li>
4545
<li><b>scope:</b> <code><%- client.scope %></code></li>
46-
<li><b>redirect_uri:</b> <code><%- client.redirect_uri %></code></li>
46+
<li><b>redirect_uri:</b> <code><%- client.redirect_uris %></code></li>
4747
</ul>
4848
<% }); %>
4949
<h2>Server information:</h2>

0 commit comments

Comments
 (0)