mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[feature/oauth] Some work on login_link
PHPBB3-11673
This commit is contained in:
parent
15a2ad3149
commit
9cbf670f51
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue