Skip to content

Commit b7170e2

Browse files
committed
fix: oauth callback url
1 parent a67d57d commit b7170e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/system/oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const OAuthCallbackAPI = '/login/oauth/callback/';
1+
export const OAuthCallbackAPI = '/api/v1/oauth/callback/';
22

33
export const getRedirectURL = (name?: string) => {
44
return `${window.location.protocol}//${window.location.host}${OAuthCallbackAPI}${name}`;

0 commit comments

Comments
 (0)