Skip to content

Commit

Permalink
fix: Fix error in props
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Dec 8, 2021
1 parent ec85300 commit 730fa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function LinkedInPage() {
| clientId | string | yes | |
| redirectUri | string | yes | |
| onSuccess | function | yes | |
| onFailure | function | no | |
| onError | function | no | |
| state | string | no | randomly generated string (recommend to keep default value) |
| scope | string | no | 'r_emailaddress' |
| | | | See your app scope [here](https://docs.microsoft.com/en-us/linkedin/shared/authentication/authentication?context=linkedin/context#permission-types). If there are more than one, delimited by a space |
Expand Down

0 comments on commit 730fa5d

Please sign in to comment.