feat: add Douyin OAuth provider (#753)

This commit is contained in:
greenhandatsjtu
2022-05-15 20:59:21 +08:00
committed by GitHub
parent e5b71a08ae
commit 98f77960de
7 changed files with 243 additions and 0 deletions

View File

@ -556,6 +556,7 @@ export function getProviderTypeOptions(category) {
{id: 'Steam', name: 'Steam'},
{id: 'Bilibili', name: 'Bilibili'},
{id: 'Okta', name: 'Okta'},
{id: 'Douyin', name: 'Douyin'},
{id: 'Custom', name: 'Custom'},
]
);