Skip to content

Commit 0085a62

Browse files
wyhao31mbleigh
authored andcommitted
Tiny fix of auth:import doc (#131)
1 parent 49ed7bd commit 0085a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Pos. | Name | Type
104104
17 | Twitter:Email | String
105105
18 | Twitter:Display Name | String
106106
19 | Twitter:Photo URL | String
107-
20 | Github:Id | String
107+
20 | Github:ID | String
108108
21 | Github:Email | String
109109
22 | Github:Display Name | String
110110
23 | Github:Photo URL | String
@@ -130,8 +130,8 @@ The JSON file should looks like this:
130130
"displayName": "Test User",
131131
"photoUrl": "http://photo.com/123",
132132
"providerUserInfo": [ {
133-
"providerId": facebook.com
134-
"rawId": 123,
133+
"providerId": "facebook.com",
134+
"rawId": "123",
135135
"email": "[email protected]",
136136
"displayName": "Test FB User",
137137
"photoUrl": "http://photo.com/456"

0 commit comments

Comments
 (0)