mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
social_login_config::getSupportedConfiguredProviderConfigs()
is a better name than `\social_login_config::getValidConfiguredProviderConfigs()` because the method does not validate the provider configs.
This commit is contained in:
@@ -1144,8 +1144,8 @@ class e_user_provider
|
||||
else
|
||||
{
|
||||
$this->_config = array(
|
||||
"callback" => $this->generateCallbackUrl($provider),
|
||||
"providers" => $this->social_login_config_manager->getValidConfiguredProviderConfigs(),
|
||||
"callback" => $this->generateCallbackUrl($provider),
|
||||
"providers" => $this->social_login_config_manager->getSupportedConfiguredProviderConfigs(),
|
||||
"debug_mode" => 'error',
|
||||
"debug_file" => e_LOG . "hybridAuth.log"
|
||||
);
|
||||
|
Reference in New Issue
Block a user