We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276cb4b commit b83709cCopy full SHA for b83709c
docs/authentication/email-password/disable-signup.mdx
@@ -6,7 +6,7 @@ sidebar_position: 8
6
---
7
8
9
-# Disable the Sing Up Flow
+# Disable the Sign Up Flow
10
11
<DescriptionText>
12
Learn how to disable the sign up flow for the `EmailPassword` recipe.
@@ -106,9 +106,9 @@ Just make sure that the user will not be able to view any sign up elements on th
106
</UIType.CustomUIContent>
107
108
109
-## Disable the Backend SDK sing up endpoints
+## Disable the Backend SDK sign up endpoints
110
111
-Override the **Backend SDK** API functions to prevent sing up attempts.
+Override the **Backend SDK** API functions to prevent sign up attempts.
112
113
<BackendTabs>
114
<BackendTabs.TabItem value="nodejs">
0 commit comments