fix(email-auth): add missing properties to user
This commit is contained in:
@ -61,6 +61,9 @@
|
|||||||
"githubProfile": {
|
"githubProfile": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"_csrf": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"isMigrationGrandfathered": {
|
"isMigrationGrandfathered": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": false
|
||||||
|
Reference in New Issue
Block a user