From df0388ccc5b24cfb67078dd2fa8cb2fc4f607dac Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 17 Oct 2016 13:15:57 +0200 Subject: [ticket/14825] Add core.auth_oauth_(login/link)_after PHPBB3-14825 --- phpBB/config/auth.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/config') diff --git a/phpBB/config/auth.yml b/phpBB/config/auth.yml index 88a90ca2d6..ef06080d38 100644 --- a/phpBB/config/auth.yml +++ b/phpBB/config/auth.yml @@ -62,6 +62,7 @@ services: - @auth.provider.oauth.service_collection - %tables.users% - @service_container + - @dispatcher - %core.root_path% - %core.php_ext% tags: -- cgit v1.2.1