Set default options when creating GitHub token
This commit is contained in:
parent
2d27bad3d4
commit
dea290ef6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue