[#4999] added Notion OAuth2 provider
Co-authored-by: s-li1 <stevenli8892@hotmail.com.au>
This commit is contained in:
@@ -3,6 +3,8 @@ import MicrosoftOptions from "@/components/collections/providers/MicrosoftOption
|
||||
import OIDCOptions from "@/components/collections/providers/OIDCOptions.svelte";
|
||||
import SelfHostedOptions from "@/components/collections/providers/SelfHostedOptions.svelte";
|
||||
|
||||
// @todo remove after allowing custom OAuth2 UI extendability
|
||||
//
|
||||
// Object list with all supported OAuth2 providers in the format:
|
||||
// ```
|
||||
// [ { key, title, logo, optionsComponent?, optionComponentProps? }, ... ]
|
||||
@@ -96,6 +98,11 @@ export default [
|
||||
title: "VK",
|
||||
logo: "vk.svg"
|
||||
},
|
||||
{
|
||||
key: "notion",
|
||||
title: "Notion",
|
||||
logo: "notion.svg",
|
||||
},
|
||||
{
|
||||
key: "spotify",
|
||||
title: "Spotify",
|
||||
|
||||
Reference in New Issue
Block a user