We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 740d6b9 + bb40b30 commit 1fb93c9Copy full SHA for 1fb93c9
src/content/docs/developer-tools/sdks/backend/sveltekit-sdk.mdx
@@ -139,7 +139,7 @@ in addition to `KINDE_POST_LOGIN_REDIRECT_URL` which will direct your users to a
139
Both login and register support passing a url param `post_login_redirect_url` which will direct to the user once the flow is completed.
140
141
```html
142
-<a class="btn btn-ghost sign-in-btn" href="/a pi/auth/login?post_login_redirect_url=/custom_url">
+<a class="btn btn-ghost sign-in-btn" href="/api/auth/login?post_login_redirect_url=/custom_url">
143
Sign in
144
</a>
145
```
0 commit comments