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