Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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