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 d2c0ed2 commit 8df43f3Copy full SHA for 8df43f3
components/dashboard/src/user-settings/Integrations.tsx
@@ -97,7 +97,7 @@ function GitProviders() {
97
const url = new URL(`https://${ap.host}`);
98
switch (ap.type) {
99
case AuthProviderType.GITHUB:
100
- url.pathname = "settings/developers";
+ url.pathname = "settings/applications";
101
break;
102
case AuthProviderType.GITLAB:
103
url.pathname = "-/profile/applications";
0 commit comments