chg: [soacialauth] listener updated to not save the user

- it wasn't making any changes anyway, but triggering a slow process
cli-modification-summary
iglocska 2022-11-09 13:58:39 +01:00
parent 10ce8beb30
commit 4ec052a2ac
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class SocialAuthListener implements EventListenerInterface
// You can access the profile using $user->social_profile
$this->getTableLocator()->get('Users')->saveOrFail($user);
// $this->getTableLocator()->get('Users')->saveOrFail($user);
return $user;
}