Remove avatar update, since we don’t take URLs for that
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -51,10 +51,7 @@ class GoogleAuthController extends Controller
|
||||
|
||||
|
||||
if ($user) {
|
||||
$user->update([
|
||||
'avatar' => $socialUser->avatar,
|
||||
]);
|
||||
|
||||
|
||||
Auth::login($user, true);
|
||||
return redirect()->route('home');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user