File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/ch-3-ex-1/files/authorizationServer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments