@krowdy/kds-auth
Version:
React components that implement Google's Material Design.
14 lines • 489 B
JavaScript
export const IMAGES_SOCIAL = {
facebook: 'https://cdn.krowdy.com/auth/iconFb.svg',
google: 'https://cdn.krowdy.com/auth/iconGoogle.svg',
linkedin: 'https://cdn.krowdy.com/auth/iconLink.svg',
microsoft: 'https://cdn.krowdy.com/auth/iconMicrosoft.svg',
twitter: 'https://cdn.krowdy.com/auth/twitter.png'
};
export const METHODS_SESSION = {
facebook: 'Facebook Auth',
google: 'Google Auth',
linkedin: 'Linkedin Auth',
microsoft: 'Microsoft Auth',
register: 'Formulario'
};