Set default options when creating GitHub token

This commit is contained in:
Giacomo Rossetto 2018-02-10 18:42:07 +01:00 committed by Buu Nguyen
parent 2d27bad3d4
commit dea290ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class GitHub extends PjaxAdapter {
// @override
getCreateTokenUrl() {
return `${location.protocol}//${location.host}/settings/tokens/new`
return `${location.protocol}//${location.host}/settings/tokens/new?scopes=repo&description=Octotree%20browser%20extension`
}
// @override