Skip to content

Commit 8b12a7e

Browse files
Merge branch 'main' into fix-error-message
2 parents 4285390 + 0155f58 commit 8b12a7e

File tree

2 files changed

+176
-136
lines changed

2 files changed

+176
-136
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For example: `/auth/login?returnTo=/dashboard` would redirect the user to the `/
7777

7878
The `returnTo` parameter can be appended to the logout to specify where you would like to redirect the user after they have logged out.
7979

80-
For example: `/auth/login?returnTo=https://example.com/some-page` would redirect the user to the `https://example.com/some-page` URL after they have logged out.
80+
For example: `/auth/logout?returnTo=https://example.com/some-page` would redirect the user to the `https://example.com/some-page` URL after they have logged out.
8181

8282
> [!NOTE]
8383
> The URL specified as `returnTo` parameters must be registered in your client's **Allowed Logout URLs**.

0 commit comments

Comments
 (0)