[#2534] added Instagram OAuth2 provider

Co-authored-by: Pedro Costa <550684+pnmcosta@users.noreply.github.com>
This commit is contained in:
Gani Georgiev
2023-05-23 22:37:44 +03:00
parent 728427cecf
commit a6bb1bf096
9 changed files with 107 additions and 4 deletions
+9 -4
View File
@@ -25,16 +25,21 @@ export default [
title: "Google",
logo: "google.svg",
},
{
key: "microsoftAuth",
title: "Microsoft",
logo: "microsoft.svg",
optionsComponent: MicrosoftOptions,
},
{
key: "facebookAuth",
title: "Facebook",
logo: "facebook.svg",
},
{
key: "microsoftAuth",
title: "Microsoft",
logo: "microsoft.svg",
optionsComponent: MicrosoftOptions,
key: "instagramAuth",
title: "Instagram",
logo: "instagram.svg",
},
{
key: "githubAuth",