Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update avatar and originalAvatar display size check #671

Merged
merged 3 commits into from
Oct 25, 2023

Conversation

luigitec
Copy link
Contributor

@luigitec luigitec commented Oct 25, 2023

The linkedIn response replaced/removed the array key storageSize with displaySize, this change will check for both.

It currently throws an exception:

ErrorException GET /auth/linkedin
Undefined array key "storageSize"

Closes: #669

The linkedIn response replaced/removed the array key `storageSize` with `displaySize`, this change will check for both.

It currently throws an exception:

```
ErrorException GET /auth/linkedin
Undefined array key "storageSize"
```
@taylorotwell taylorotwell merged commit 444b2c7 into laravel:5.x Oct 25, 2023
20 checks passed
@luigitec luigitec deleted the patch-1 branch October 25, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception on Linkedin: Undefined array key "storageSize"
2 participants