Skip to content

Commit 7ee6afb

Browse files
authored
Merge pull request #888 from supertokens/typo-fix
Fix typo
2 parents 8ffadd3 + d4f601f commit 7ee6afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/post-authentication/post-login-redirect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { FrontendPrebuiltUITabs } from "/src/components/Tabs";
1313
<FrontendPrebuiltUITabs>
1414
<FrontendPrebuiltUITabs.TabItem value="reactjs">
1515

16-
By default, the user is redirected the the `/` route on your website post login. To change this, you can use the `getRedirectionURL` function on the frontend as shown below:
16+
By default, the user is redirected to the the `/` route on your website post login. To change this, you can use the `getRedirectionURL` function on the frontend as shown below:
1717

1818
```tsx
1919
import SuperTokens from "supertokens-auth-react";

0 commit comments

Comments
 (0)