From c50965290e2460c6f2c23ceb32188e884550c550 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sat, 3 Jun 2017 13:21:50 +0530 Subject: [PATCH] fix(email-auth): add missing properties to user --- common/models/user.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/models/user.json b/common/models/user.json index 98b8fd5a31..ce04d939f7 100644 --- a/common/models/user.json +++ b/common/models/user.json @@ -61,6 +61,9 @@ "githubProfile": { "type": "string" }, + "_csrf": { + "type": "string" + }, "isMigrationGrandfathered": { "type": "boolean", "default": false