mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +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:
@@ -125,7 +125,7 @@ class signup_shortcodes extends e_shortcode
|
||||
|
||||
|
||||
$manager = new social_login_config(e107::getConfig());
|
||||
$providers = $manager->getValidConfiguredProviderConfigs();
|
||||
$providers = $manager->getSupportedConfiguredProviderConfigs();
|
||||
|
||||
foreach ($providers as $p => $v)
|
||||
{
|
||||
|
Reference in New Issue
Block a user