diff --git a/src/Controller/Component/UsersAuthComponent.php b/src/Controller/Component/UsersAuthComponent.php index 3257e607d..0f84d004e 100644 --- a/src/Controller/Component/UsersAuthComponent.php +++ b/src/Controller/Component/UsersAuthComponent.php @@ -110,7 +110,8 @@ protected function _initAuth() 'requestResetPassword', 'changePassword', 'endpoint', - 'authenticated' + 'authenticated', + 'socialLogin' ]); }