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 a67d57d commit b7170e2Copy full SHA for b7170e2
src/services/system/oauth.ts
@@ -1,4 +1,4 @@
1
-export const OAuthCallbackAPI = '/login/oauth/callback/';
+export const OAuthCallbackAPI = '/api/v1/oauth/callback/';
2
3
export const getRedirectURL = (name?: string) => {
4
return `${window.location.protocol}//${window.location.host}${OAuthCallbackAPI}${name}`;
0 commit comments