-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
When adding authentication using amplify add auth, it prompted me to select required fields. However, it didn't build a signUpConfig, so I need to do that -- without it, the sign up fails due to missing fields.
The documentation is missing 2 things:
- An example for customizing signUpConfig -- ideally using
withAuthenticator - Elaboration around the
signUpFields, especially things liketype.- What are all of the possible values for
type? - Which type value would be appropriate for Picture?
- What are all of the possible values for
cyrfer, gregor2004ua, SteffeyDev, LucasAndrad, KarmOstolski and 3 more