SignUpInitialValues
The type for the initialValues
prop that is used to pre-populate the sign-up form.
Properties
- Name
emailAddress?
- Type
string | undefined
- Description
The email address of the user.
- Name
username?
- Type
string | undefined
- Description
The username of the user.
- Name
phoneNumber?
- Type
string | undefined
- Description
The phone number of the user.
- Name
firstName?
- Type
string | undefined
- Description
The first name of the user.
- Name
lastName?
- Type
string | undefined
- Description
The last name of the user.
Feedback
Last updated on