Components

UserVerify

<UserVerify props />

Constructor

# <UserVerify props />

This component is used to verify a user's email address. The link to this component/page is sent to the user's email address upon registration. The user is then authenticated and redirected to the dashboard if the verification is successful.

PropTypes:
Name Type Required Description Default
props shape No Simple props object that we use to redirect the user if they are not successfully authenticated. The members of this object come from react-router-dom's BrowserRouter component.

View Source components/users/UserVerify.js, line 7

  • The UserVerify page and redirection or an error page if the user is not successfully authenticated.
React.ReactHTMLElement | React.ReactFragment