We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15523cd commit f2962eeCopy full SHA for f2962ee
src/routes/LoginWithToken.tsx
@@ -63,7 +63,7 @@ export const LoginWithToken: React.FC = () => {
63
To generate a token, go to GitHub,{' '}
64
<a
65
className="underline hover:text-gray-500 dark:hover:text-gray-300 cursor-pointer"
66
- onClick={() => openLink('https://github.com/settings/tokens')}
+ onClick={() => openLink('https://github.com/settings/tokens/new?scopes=notifications,read:user&description=gitify_token')}
67
>
68
personal access tokens
69
</a>{' '}
0 commit comments