Skip to content

Commit

Permalink
Merge branch 'main' into console-warn-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
joebuono authored Feb 22, 2022
2 parents f01771f + a23ffa9 commit b889dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/pages/components/authenticator/index.page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ to your application with minimal boilerplate.

## Quick Start

> Preqrequisite: [Create an Authentication backend](https://docs.amplify.aws/lib/auth/getting-started/q/platform/js)
> Prerequisite: [Create an Authentication backend](https://docs.amplify.aws/lib/auth/getting-started/q/platform/js)
The quickest way to get started is by wrapping your application with the Authenticator component.
Once an end-user has created an account & signed in, the underlying component is rendered with access to the `user`.
Expand Down Expand Up @@ -564,6 +564,8 @@ The following example customizes the Sign Up screen by:
- Re-using the default Sign Up form fields
- Appending a custom "Terms & Conditions" checkbox with a `validateCustomSignUp` service

**Note**: In the example code below, `preferred_username` is not set as an attribute because it has already been defined through [Zero Configuration](https://ui.docs.amplify.aws/components/authenticator?platform=vue#signupattributes).

<Fragment>
{({ platform }) => import(`./sign-up-fields.${platform}.mdx`)}
</Fragment>
Expand Down

0 comments on commit b889dc3

Please sign in to comment.