1
0
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:
Nick Liu
2021-12-28 11:48:00 +01:00
parent c96d64e275
commit 8e8622f12d
4 changed files with 12 additions and 5 deletions

View File

@@ -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)
{