mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: add Line support as OAuth 3rd-party login (#1413)
This commit is contained in:
@ -681,6 +681,7 @@ export function getProviderTypeOptions(category) {
|
||||
{id: "Bilibili", name: "Bilibili"},
|
||||
{id: "Okta", name: "Okta"},
|
||||
{id: "Douyin", name: "Douyin"},
|
||||
{id: "Line", name: "Line"},
|
||||
{id: "Custom", name: "Custom"},
|
||||
]
|
||||
);
|
||||
|
Reference in New Issue
Block a user