fix #5292 - fix External Login Provider Info link
This commit is contained in:
@ -68,7 +68,7 @@ namespace Oqtane.Shared
|
|||||||
Name = "Facebook",
|
Name = "Facebook",
|
||||||
Settings = new Dictionary<string, string>()
|
Settings = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
{ "ExternalLogin:ProviderUrl", "https://developers.facebook.com/apps/" },
|
{ "ExternalLogin:ProviderUrl", "https://developers.facebook.com" },
|
||||||
{ "ExternalLogin:ProviderType", "oauth2" },
|
{ "ExternalLogin:ProviderType", "oauth2" },
|
||||||
{ "ExternalLogin:ProviderName", "Facebook" },
|
{ "ExternalLogin:ProviderName", "Facebook" },
|
||||||
{ "ExternalLogin:AuthorizationUrl", "https://www.facebook.com/v18.0/dialog/oauth" },
|
{ "ExternalLogin:AuthorizationUrl", "https://www.facebook.com/v18.0/dialog/oauth" },
|
||||||
|
Reference in New Issue
Block a user