Skip to content

Commit 1fb93c9

Browse files
Merge pull request #309 from 2u841r/patch-1
fix: typo
2 parents 740d6b9 + bb40b30 commit 1fb93c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/developer-tools/sdks/backend/sveltekit-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ in addition to `KINDE_POST_LOGIN_REDIRECT_URL` which will direct your users to a
139139
Both login and register support passing a url param `post_login_redirect_url` which will direct to the user once the flow is completed.
140140
141141
```html
142-
<a class="btn btn-ghost sign-in-btn" href="/a pi/auth/login?post_login_redirect_url=/custom_url">
142+
<a class="btn btn-ghost sign-in-btn" href="/api/auth/login?post_login_redirect_url=/custom_url">
143143
Sign in
144144
</a>
145145
```

0 commit comments

Comments
 (0)