add gist token permission required tip

This commit is contained in:
proxy.zeroomega 2024-08-25 21:53:01 +08:00
parent 8ab589fbc0
commit 00745195b6

View File

@ -57,7 +57,7 @@ section.settings-group
input.form-control(type='text' ng-model='gistToken' ng-readonly='syncOptions == "sync"' placeholder="Gist Token")
span.help-block
a(href="https://github.com/settings/tokens/new" role="button" target="_blank")
| {{ 'Create a token that manages the Gist.'}}
| {{ 'Create a token that manages the Gist.(Only gist permission is required.)'}}
div(ng-show='syncOptions == "pristine" || syncOptions == "disabled"')
p.help-block(omega-html='"options_syncPristineHelp" | tr')
p