[#7056] added Box OAuth2 provider
Co-authored-by: Blake Patteson <bpatteson@me.com>
This commit is contained in:
@@ -78,11 +78,6 @@ export default [
|
||||
optionsComponent: SelfHostedOptions,
|
||||
optionsComponentProps: { title: "Self-hosted endpoints (optional)" },
|
||||
},
|
||||
{
|
||||
key: "linear",
|
||||
title: "Linear",
|
||||
logo: "linear.svg",
|
||||
},
|
||||
{
|
||||
key: "discord",
|
||||
title: "Discord",
|
||||
@@ -103,6 +98,11 @@ export default [
|
||||
title: "VK",
|
||||
logo: "vk.svg"
|
||||
},
|
||||
{
|
||||
key: "linear",
|
||||
title: "Linear",
|
||||
logo: "linear.svg",
|
||||
},
|
||||
{
|
||||
key: "notion",
|
||||
title: "Notion",
|
||||
@@ -113,6 +113,11 @@ export default [
|
||||
title: "monday.com",
|
||||
logo: "monday.svg",
|
||||
},
|
||||
{
|
||||
key: "box",
|
||||
title: "Box",
|
||||
logo: "box.svg",
|
||||
},
|
||||
{
|
||||
key: "spotify",
|
||||
title: "Spotify",
|
||||
|
||||
Reference in New Issue
Block a user