Skip to content

Commit

Permalink
Update web/src/pages/open-source-heroes/tidbcloud/oauth/callback/inde…
Browse files Browse the repository at this point in the history
…x.tsx
  • Loading branch information
Mini256 authored Oct 15, 2024
1 parent 497adb2 commit 700b4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Inner () {
body: JSON.stringify({
code,
state,
redirect_uri: location.origin + '/open-source-heroes/tidbcloud/oauth/callback',
redirect_uri: location.origin + '/open-source-heroes/tidbcloud/oauth/callback/',
}),
});

Expand Down

0 comments on commit 700b4fd

Please sign in to comment.