Skip to content

Commit 8e8df37

Browse files
committed
Update link
1 parent 90361c3 commit 8e8df37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/hooks/useSignUp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { useIsomorphicClerkContext } from '../contexts/IsomorphicClerkContext';
66
import { useAssertWrappedByClerkProvider } from './useAssertWrappedByClerkProvider';
77

88
/**
9-
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](https://clerk.com/docs/guides/development/custom-flows/overview#sign-up-flow).
9+
* The `useSignUp()` hook provides access to the [`SignUp`](https://clerk.com/docs/reference/javascript/sign-up) object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a [custom sign-up flow](!custom-flow)
1010
*
1111
* @unionReturnHeadings
1212
* ["Initialization", "Loaded"]

0 commit comments

Comments
 (0)