Skip to content

Commit d797b55

Browse files
authored
Merge pull request #250 from smkhalsa/patch-1
Fix example provider name
2 parents 5199f6f + 6c1a626 commit d797b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Sign in the user with a 3rd party credential provider. `credential` requires the
100100

101101
```javascript
102102
const credential = {
103-
provider: 'facebook.com',
103+
provider: 'facebook',
104104
token: '12345',
105105
secret: '6789',
106106
};

0 commit comments

Comments
 (0)