[#2534] added Instagram OAuth2 provider
Co-authored-by: Pedro Costa <550684+pnmcosta@users.noreply.github.com>
This commit is contained in:
+9
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user