mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import { OAuthProvider } from '~/types/auth';
|
|
|
|
export const SOCIAL_ICONS: Record<OAuthProvider, string> = {
|
|
vkontakte: 'vk',
|
|
google: 'google',
|
|
};
|