mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 05:33:50 +08:00
feat: add dingtalk provider (#94)
* feat: add dingtalk provider Signed-off-by: zKen <690898835@qq.com> * fix: amend the comment Signed-off-by: zKen <690898835@qq.com>
This commit is contained in:
@ -71,6 +71,7 @@ class ProviderEditPage extends React.Component {
|
||||
{id: 'QQ', name: 'QQ'},
|
||||
{id: 'WeChat', name: 'WeChat'},
|
||||
{id: 'Facebook', name: 'Facebook'},
|
||||
{id: 'DingTalk', name: 'DingTalk'},
|
||||
]
|
||||
);
|
||||
} else if (provider.category === "Email") {
|
||||
|
Reference in New Issue
Block a user