Skip to content

Commit

Permalink
Merge pull request #2966 from Hyperkid123/accountNumber-unleash
Browse files Browse the repository at this point in the history
Send account number context field to unleash
  • Loading branch information
Hyperkid123 authored Nov 5, 2024
2 parents ee76ee3 + e04b0e0 commit 64f257d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FeatureFlags/FeatureFlagsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const FeatureFlagsProvider: React.FC<React.PropsWithChildren> = ({ children }) =
'platform.chrome.ui.preview': isPreview,
userId: user?.identity.internal?.account_id,
orgId: user?.identity.internal?.org_id,
accountNumber: user?.identity.account_number,
...(user
? {
properties: {
Expand Down

0 comments on commit 64f257d

Please sign in to comment.