1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[feature/oauth] Fix errors in OAuth

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-23 21:16:19 -04:00
parent c166801fe3
commit fe9c97cfb4
4 changed files with 23 additions and 3 deletions

View File

@@ -64,11 +64,13 @@ services:
class: phpbb_auth_provider_oauth_service_facebook
arguments:
- @config
- @request
tags:
- { name: auth.provider.oauth.service }
auth.provider.oauth.service.google:
class: phpbb_auth_provider_oauth_service_google
arguments:
- @config
- @request
tags:
- { name: auth.provider.oauth.service }