<AuthEmailForm />

<AuthEmailForm/> component is a child of <AuthLogin> RapidLaunch.it recommend use always <AuthLogin>

Go to the following link: <AuthLogin> to see all the properties of this component

The EmailForm component is a form that allows a user to log in with their email. It is used to send a magic link to the user's email address.

Usage

To use the component, simply add it to your template:

<AuthEmailForm />

But you can also import the component directly into your file:

The components are located in the @/components/global/Auth directory. To use the component, import it into your file:

import AuthEmailForm from '@/components/global/Auth/EmailForm';