Fix login

This commit is contained in:
Maxime Renou 2020-05-12 18:49:09 +02:00
parent e74d4f850e
commit bd6ebc99bf
1 changed files with 3 additions and 0 deletions

View File

@ -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);