diff --git a/packages/fxa-support-panel/lib/api.ts b/packages/fxa-support-panel/lib/api.ts index 5722fe6a7c..26c85032bc 100644 --- a/packages/fxa-support-panel/lib/api.ts +++ b/packages/fxa-support-panel/lib/api.ts @@ -122,7 +122,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,