fix(github-auth): add missing properties to user
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user