fix(github-auth): add missing properties to user

pull/15892/head
Mrugesh Mohapatra 2017-06-03 00:14:05 +05:30
parent 187dbdfc92
commit c9a961d3d8
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@
"joinedGithubOn": {
"type": "date"
},
"website": {
"type": "string"
},
"githubProfile": {
"type": "string"
},
"isMigrationGrandfathered": {
"type": "boolean",
"default": false