chore(emailVerified): Add emailVerified to session user object (#17255)

pull/17259/head
Stuart Taylor 2018-05-28 22:52:15 +01:00 committed by mrugesh mohapatra
parent 2adeaccf20
commit 10272d9d5a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export const userPropsForSession = [
...publicUserProps,
'currentChallengeId',
'email',
'emailVerified',
'id',
'sendQuincyEmail',
'theme'