aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index b7486eabf4..393c2a4229 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -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 }