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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user