1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
vault-frontend/src/constants/auth/socials.ts
2022-01-09 19:03:01 +07:00

6 lines
150 B
TypeScript

import { OAuthProvider } from '~/types/auth';
export const SOCIAL_ICONS: Record<OAuthProvider, string> = {
vkontakte: 'vk',
google: 'google',
};