chg: [soacialauth] listener updated to not save the user
- it wasn't making any changes anyway, but triggering a slow processcli-modification-summary
parent
10ce8beb30
commit
4ec052a2ac
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue