Files
ezbookkeeping/src/consts/oauth2.ts
T
2025-10-23 00:16:28 +08:00

6 lines
149 B
TypeScript

export const OAUTH2_PROVIDER_DISPLAY_NAME: Record<string, string> = {
'nextcloud': 'Nextcloud',
'gitea': 'Gitea',
'github': 'GitHub',
};