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

This commit is contained in:
Mrugesh Mohapatra
2017-06-03 00:14:05 +05:30
parent 187dbdfc92
commit c9a961d3d8

View File

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