Skip to content

Commit 59b9b5a

Browse files
committed
add trailing slash
1 parent 196f9d4 commit 59b9b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/auth/login/oauth2/+layout.server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function load({ request, fetch, cookies }) {
1414
}
1515

1616
const response = await fetch(
17-
`${FRACTAL_SERVER_HOST}/auth/${PUBLIC_OAUTH_CLIENT_NAME}/callback${request.url.substring(
17+
`${FRACTAL_SERVER_HOST}/auth/${PUBLIC_OAUTH_CLIENT_NAME}/callback/${request.url.substring(
1818
queryStringIndex
1919
)}`
2020
);

0 commit comments

Comments
 (0)