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 3fe281f commit ec00addCopy full SHA for ec00add
web/components/SsoButton.ce.vue
@@ -47,7 +47,7 @@ onMounted(async () => {
47
const sessionState = getStateToken();
48
49
if (code && state === sessionState) {
50
- const token = await fetch(new URL('/oauth2/token', ACCOUNT), {
+ const token = await fetch(new URL('/api/oauth2/token', ACCOUNT), {
51
method: 'POST',
52
body: new URLSearchParams({
53
code,
0 commit comments