fix(github-auth): add missing properties to user
This commit is contained in:
@ -55,6 +55,12 @@
|
||||
"joinedGithubOn": {
|
||||
"type": "date"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
},
|
||||
"githubProfile": {
|
||||
"type": "string"
|
||||
},
|
||||
"isMigrationGrandfathered": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
Reference in New Issue
Block a user