mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 04:54:34 -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->save();
|
||||
// }
|
||||
if(array_key_exists('oauth_provider_id', $details))
|
||||
unset($details['oauth_provider_id']);
|
||||
|
||||
$user->fill($details);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user