mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
[feature/oauth] Some work on login_link
PHPBB3-11673
This commit is contained in:
@@ -27,6 +27,9 @@ class ucp_login_link
|
|||||||
|
|
||||||
function main($id, $mode)
|
function main($id, $mode)
|
||||||
{
|
{
|
||||||
|
global $config, $phpbb_container, $request, $template;
|
||||||
|
|
||||||
|
$auth_provider = 'auth.provider.' . $request->variable('auth_provider', $config['auth_method']);
|
||||||
|
$auth_provider = $phpbb_container->get($auth_provider);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user