mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
support GitHub OAuth 2.0 authentication
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export const OAUTH2_PROVIDER_DISPLAY_NAME: Record<string, string> = {
|
||||
'nextcloud': 'Nextcloud'
|
||||
}
|
||||
'nextcloud': 'Nextcloud',
|
||||
'github': 'GitHub',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user