[#7130] added Lark OAuth2 provider
Co-authored-by: mashizora <30516315+mashizora@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import AppleOptions from "@/components/collections/providers/AppleOptions.svelte";
|
||||
import LarkOptions from "@/components/collections/providers/LarkOptions.svelte";
|
||||
import MicrosoftOptions from "@/components/collections/providers/MicrosoftOptions.svelte";
|
||||
import OIDCOptions from "@/components/collections/providers/OIDCOptions.svelte";
|
||||
import SelfHostedOptions from "@/components/collections/providers/SelfHostedOptions.svelte";
|
||||
@@ -113,6 +114,12 @@ export default [
|
||||
title: "monday.com",
|
||||
logo: "monday.svg",
|
||||
},
|
||||
{
|
||||
key: "lark",
|
||||
title: "Lark",
|
||||
logo: "lark.svg",
|
||||
optionsComponent: LarkOptions,
|
||||
},
|
||||
{
|
||||
key: "box",
|
||||
title: "Box",
|
||||
|
||||
Reference in New Issue
Block a user