Skip to content

Commit f2962ee

Browse files
feat: include required scopes in "create github PAT" link (#549)
Co-authored-by: Afonso Jorge Ramos <[email protected]>
1 parent 15523cd commit f2962ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/LoginWithToken.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const LoginWithToken: React.FC = () => {
6363
To generate a token, go to GitHub,{' '}
6464
<a
6565
className="underline hover:text-gray-500 dark:hover:text-gray-300 cursor-pointer"
66-
onClick={() => openLink('https://github.com/settings/tokens')}
66+
onClick={() => openLink('https://github.com/settings/tokens/new?scopes=notifications,read:user&description=gitify_token')}
6767
>
6868
personal access tokens
6969
</a>{' '}

0 commit comments

Comments
 (0)