Skip to main content
Docs

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 user's email address.

  • Name
    username?
    Type
    string | undefined
    Description

    The user's username.

  • Name
    phoneNumber?
    Type
    string | undefined
    Description

    The user's phone number in E.164 format.

  • Name
    firstName?
    Type
    string | undefined
    Description

    The user's first name.

  • Name
    lastName?
    Type
    string | undefined
    Description

    The user's last name.

Feedback

What did you think of this content?

Last updated on