aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/auth_providers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/auth_providers.yml')
-rw-r--r--phpBB/config/auth_providers.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index 98b51fb917..b7486eabf4 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -42,7 +42,8 @@ services:
- @config
- @request
- @user
- - %tables.auth_provider_oauth%
+ - %tables.auth_provider_oauth_token_storage%
+ - %tables.auth_provider_oauth_account_assoc%
- @auth.provider.oauth.service_collection
tags:
- { name: auth.provider }