File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ This guide demonstrates how to use Clerk's API to build a custom flow for handli
42
42
1 . Because this guide focuses on email links, uncheck the box for ** Email verification code** .
43
43
1 . Select ** Continue** to save your changes.
44
44
45
- ## Create the flows
46
-
47
- ### Sign-up flow
45
+ ## Sign-up flow
48
46
49
47
1 . The [ ` useSignUp() ` ] ( /docs/references/react/use-sign-up ) hook is used to get the [ ` SignUp ` ] ( /docs/references/javascript/sign-up ) object.
50
48
1 . The ` SignUp ` object is used to access the [ ` createEmailLinkFlow() ` ] ( /docs/references/javascript/types/email-address#create-email-link-flow ) method.
@@ -273,7 +271,7 @@ This guide demonstrates how to use Clerk's API to build a custom flow for handli
273
271
</Tab >
274
272
</Tabs >
275
273
276
- ### Sign-in flow
274
+ ## Sign-in flow
277
275
278
276
1 . The [ ` useSignIn() ` ] ( /docs/references/react/use-sign-in ) hook is used to get the [ ` SignIn ` ] ( /docs/references/javascript/sign-in ) object.
279
277
1 . The ` SignIn ` object is used to access the [ ` createEmailLinkFlow() ` ] ( /docs/references/javascript/types/email-address#create-email-link-flow ) method.
@@ -514,7 +512,7 @@ This guide demonstrates how to use Clerk's API to build a custom flow for handli
514
512
```
515
513
</CodeBlockTabs >
516
514
517
- ### Add new email flow
515
+ ## Add new email flow
518
516
519
517
When a user adds an email address to their account, you can use email links to verify the email address.
520
518
You can’t perform that action at this time.
0 commit comments