From 6a9b309b8b5b7c7023f89d56f0eac65f8ecbeadf Mon Sep 17 00:00:00 2001 From: Caleb Pollman Date: Thu, 9 Jan 2025 11:20:19 -0800 Subject: [PATCH] chore(docs): update react web Authenticator hideSignUp example --- .../authenticator/configuration/hidesignup.web.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/[platform]/connected-components/authenticator/configuration/hidesignup.web.mdx b/docs/src/pages/[platform]/connected-components/authenticator/configuration/hidesignup.web.mdx index 8fc95acbf23..a2aac04ed44 100644 --- a/docs/src/pages/[platform]/connected-components/authenticator/configuration/hidesignup.web.mdx +++ b/docs/src/pages/[platform]/connected-components/authenticator/configuration/hidesignup.web.mdx @@ -11,8 +11,16 @@ The Authenticator has an option to hide the sign up page including the `Create A ``` - ```tsx{3} - + **`Authenticator` Example:** + ```tsx{3} + + + + ``` + + **`withAuthenticator` Example:** + ```tsx{3} + withAuthenticator(App, { hideSignUp: true }); ```