diff --git a/src/Connect.php b/src/Connect.php index 28a095f..714fc05 100644 --- a/src/Connect.php +++ b/src/Connect.php @@ -185,6 +185,9 @@ class Connect $user->save(); + if (in_array($model, $this->synchronized)) + $user = $model::findOrFail($model_data['id']); + $this->updateUserConnectData($user, $connect_data); auth()->login($user, true);