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

This commit is contained in:
Mrugesh Mohapatra
2017-06-03 13:21:50 +05:30
parent 2f5a7869f0
commit c50965290e

View File

@ -61,6 +61,9 @@
"githubProfile": { "githubProfile": {
"type": "string" "type": "string"
}, },
"_csrf": {
"type": "string"
},
"isMigrationGrandfathered": { "isMigrationGrandfathered": {
"type": "boolean", "type": "boolean",
"default": false "default": false