Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
You just need update line 13 in Index.cshtml to "href="/oauth/authorize"
  • Loading branch information
ncook-hxgn authored Apr 11, 2022
1 parent 30ad4e1 commit f35575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="jumbotron">
<h1>Azure DevOps OAuth Client Sample</h1>
<p class="lead">This app shows how to authorize a user to authorize an app and then to request an access token to access Azure DevOps on their behalf.</p>
<p><a href="/oauth/requesttoken" class="btn btn-primary btn-large" >Authorize &raquo;</a></p>
<p><a href="/oauth/authorize" class="btn btn-primary btn-large" >Authorize &raquo;</a></p>
</div>

<div class="row">
Expand Down

0 comments on commit f35575f

Please sign in to comment.