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: docs/components/user/user-button.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ All props are optional.
17
17
-`afterMultiSessionSingleSignOutUrl` (deprecated)
18
18
-`string`
19
19
20
-
The full URL or path to navigate to after a signing out from a currently active account in a multi-session app.**Deprecated - Move `afterSignOutUrl` to `<ClerkProvider/>`.**
20
+
**Deprecated. Move `afterMultiSessionSingleSignOutUrl` to [`<ClerkProvider />`](/docs/components/clerk-provider).**The full URL or path to navigate to after a signing out from a currently active account in a multi-session app.
21
21
22
22
---
23
23
24
24
-`afterSignOutUrl` (deprecated)
25
25
-`string`
26
26
27
-
The full URL or path to navigate to after a successful sign-out.**Deprecated - Move `afterSignOutUrl` to `<ClerkProvider/>`.**
27
+
**Deprecated. Move `afterSignOutUrl` to [`<ClerkProvider />`](/docs/components/clerk-provider).**The full URL or path to navigate to after a successful sign-out.
28
28
29
29
---
30
30
@@ -66,14 +66,14 @@ All props are optional.
66
66
-`userProfileMode`
67
67
-`'modal' | 'navigation'`
68
68
69
-
Controls whether clicking the **Manage your account** button will cause the [`<UserProfile />`](/docs/components/user/user-profile) component to open as a modal, or if the browser will navigate to the `userProfileUrl` where `<UserProfile />` is mounted as a page.<br />Defaults to: `'modal'`.
69
+
Controls whether selecting the **Manage your account** button will cause the [`<UserProfile />`](/docs/components/user/user-profile) component to open as a modal, or if the browser will navigate to the `userProfileUrl` where `<UserProfile />` is mounted as a page.Defaults to: `'modal'`.
70
70
71
71
---
72
72
73
73
-`userProfileProps`
74
74
-`object`
75
75
76
-
Specify options for the underlying [`<UserProfile />`](/docs/components/user/user-profile) component.<br />For example: `{additionalOAuthScopes: {google: ['foo', 'bar'], github: ['qux']}}`.
76
+
Specify options for the underlying [`<UserProfile />`](/docs/components/user/user-profile) component.For example: `{additionalOAuthScopes: {google: ['foo', 'bar'], github: ['qux']}}`.
0 commit comments