zorn-v / nextcloud-social-login

GNU Affero General Public License v3.0
198 stars 137 forks source link

fix profile image update for connected accounts #289

Closed MBcom closed 2 years ago

MBcom commented 2 years ago

For connected accounts the $uid variable may not point to user's uid, so profile image update fails. Taking the $user->getUid() function instead solves the issue for us.