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