1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[feature/oauth] More template work

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-09 05:26:44 -04:00
parent 0b80aaf217
commit 69cb2e4c60
4 changed files with 19 additions and 5 deletions

View File

@@ -442,4 +442,14 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
return;
}
/**
* {@inheritdoc}
*/
public function get_auth_link_data()
{
return array(
'TEMPLATE_FILE' => 'ucp_auth_link_oauth.html',
);
}
}