diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-11-13 21:27:51 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-13 21:27:51 +0100 |
| commit | 6e6a2c5df86270b9d517206d0fdb529bbbd3455d (patch) | |
| tree | 25edcb747cda6bddb3ba6bf7ea66106e009a597c /phpBB/config | |
| parent | 372324cead4f9068ebe3ca10c85858af833a8026 (diff) | |
| parent | df0388ccc5b24cfb67078dd2fa8cb2fc4f607dac (diff) | |
| download | forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar.gz forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar.bz2 forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar.xz forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.zip | |
Merge pull request #4488 from senky/ticket/14825
Add core.auth_oauth_login_after and core.auth_oauth_link_after
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/auth.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
