зеркало из https://github.com/mozilla/fxa.git
Merge pull request #2052 from chenba/2046-support-panel-email-verified
fix(support panel): display correct email verified status
This commit is contained in:
Коммит
6fb31006af
|
@ -133,7 +133,7 @@ class SupportController {
|
|||
return { name: d.name, type: d.type, created: String(new Date(d.createdAt)) };
|
||||
}),
|
||||
email: account.email,
|
||||
emailVerified: account.emailVerified,
|
||||
emailVerified: !!account.emailVerified,
|
||||
locale: account.locale,
|
||||
subscriptionStatus: hasSubscriptions,
|
||||
twoFactorAuth: totpEnabled,
|
||||
|
|
Загрузка…
Ссылка в новой задаче