Skip to content

Commit 730fa5d

Browse files
committed
fix: Fix error in props
1 parent ec85300 commit 730fa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default function LinkedInPage() {
158158
| clientId | string | yes | |
159159
| redirectUri | string | yes | |
160160
| onSuccess | function | yes | |
161-
| onFailure | function | no | |
161+
| onError | function | no | |
162162
| state | string | no | randomly generated string (recommend to keep default value) |
163163
| scope | string | no | 'r_emailaddress' |
164164
| | | | 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 |

0 commit comments

Comments
 (0)