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 c67e7b3 commit 37a0b0bCopy full SHA for 37a0b0b
src/renderer/utils/auth/utils.ts
@@ -207,11 +207,11 @@ export function getNewOAuthAppURL(hostname: Hostname): Link {
207
);
208
newOAuthAppURL.searchParams.append(
209
'oauth_application[url]',
210
- 'https://www.gitify.io',
+ 'https://gitify.io',
211
212
213
'oauth_application[callback_url]',
214
- 'https://www.gitify.io/callback',
+ 'gitify://oauth',
215
216
217
return newOAuthAppURL.toString() as Link;
0 commit comments