Skip to content

Commit

Permalink
#6594 add oauth scope information to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed Jan 16, 2018
1 parent f95cb2f commit 83d4893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/notebook/src/extension/gistPublish/modalTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</div>
<p class="help-block">
<span>Enter your Personal Access Token to publish gist to your github account.</span><br>
<span>Your Personal Access Token needs the <i>gists</i> scope.</span>
<span>Make sure your Personal Access Token has the <strong><i>gists</i></strong> scope <strong><i>only</i></strong>.</span><br>
<span>You can read about scopes <a href="https://developer.github.com/apps/building-oauth-apps/scopes-for-oauth-apps/">here</a></span>
</p>
</div>

0 comments on commit 83d4893

Please sign in to comment.