<AuthSocialProviders />

<AuthSocialProviders/> 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 AuthSocialProviders component enables users to register and login with their social media accounts.

Usage

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

<AuthSocialProviders />

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 AuthSocialProviders from '@/components/global/Auth/SocialProviders'

Config

For configuration's component, visit Config documentation.