aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/oauth.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-09 05:26:44 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-09 05:26:44 -0400
commit69cb2e4c603243f75fcfd288d0018390b763ce05 (patch)
tree5af7dc8ab251e9230a14c3363d97aff1c1e6b359 /phpBB/phpbb/auth/provider/oauth/oauth.php
parent0b80aaf2178e5a40f9429ce972c490f6067ef114 (diff)
downloadforums-69cb2e4c603243f75fcfd288d0018390b763ce05.tar
forums-69cb2e4c603243f75fcfd288d0018390b763ce05.tar.gz
forums-69cb2e4c603243f75fcfd288d0018390b763ce05.tar.bz2
forums-69cb2e4c603243f75fcfd288d0018390b763ce05.tar.xz
forums-69cb2e4c603243f75fcfd288d0018390b763ce05.zip
[feature/oauth] More template work
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/oauth.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/oauth.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/oauth.php b/phpBB/phpbb/auth/provider/oauth/oauth.php
index 4973cde349..d27e40ca77 100644
--- a/phpBB/phpbb/auth/provider/oauth/oauth.php
+++ b/phpBB/phpbb/auth/provider/oauth/oauth.php
@@ -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',
+ );
+ }
}