mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 15:14:36 -04:00
Catch and remove updates for oauth_provider_id
This commit is contained in:
parent
322f81bbab
commit
f557a93533
@ -62,6 +62,8 @@ class UserRepository extends BaseRepository
|
|||||||
// $account->num_users++;
|
// $account->num_users++;
|
||||||
// $account->save();
|
// $account->save();
|
||||||
// }
|
// }
|
||||||
|
if(array_key_exists('oauth_provider_id', $details))
|
||||||
|
unset($details['oauth_provider_id']);
|
||||||
|
|
||||||
$user->fill($details);
|
$user->fill($details);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user