Skip to content
Snippets Groups Projects
Commit 72d42280 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2941397: Added [Varbase Auth] feature module for Varbase Social Single...

Issue #2941397: Added [Varbase Auth] feature module for Varbase Social Single Sign-On authentication with a number of default supported social networks
parent 12a5192d
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ function varbase_auth_submit_formbit(array $editable_config_values) { ...@@ -68,7 +68,7 @@ function varbase_auth_submit_formbit(array $editable_config_values) {
* *
* From the Config and enable the modules. * From the Config and enable the modules.
*/ */
function _varbase_auth_module_installer() { function _varbase_auth_enable_modules() {
$configFactory = \Drupal::configFactory()->getEditable('simple.settings'); $configFactory = \Drupal::configFactory()->getEditable('simple.settings');
$auth_modules = $configFactory->get('social_auth_type'); $auth_modules = $configFactory->get('social_auth_type');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment