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

This commit is contained in:
Stuart Taylor
2018-05-28 22:52:15 +01:00
committed by mrugesh mohapatra
parent 2adeaccf20
commit 10272d9d5a

View File

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