mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
export const OAUTH2_PROVIDER_DISPLAY_NAME: Record<string, string> = {
|
|
'nextcloud': 'Nextcloud',
|
|
'gitea': 'Gitea',
|
|
'github': 'GitHub',
|
|
};
|