You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EXAMPLES.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ For example: `/auth/login?returnTo=/dashboard` would redirect the user to the `/
77
77
78
78
The `returnTo` parameter can be appended to the logout to specify where you would like to redirect the user after they have logged out.
79
79
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.
81
81
82
82
> [!NOTE]
83
83
> The URL specified as `returnTo` parameters must be registered in your client's **Allowed Logout URLs**.
0 commit comments