Skip to content

Commit

Permalink
chore: add event label to google login button (#2786)
Browse files Browse the repository at this point in the history
* chore: add event label to google login button

* fix: additional requested analytics changes
  • Loading branch information
schmanu authored and usame-algan committed Nov 10, 2023
1 parent 5399c1a commit ef79593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mpc/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SOCIAL_WALLET_OPTIONS: any = (() => {
const SOCIAL_WALLET_OPTIONS_STAGING = process.env.NEXT_PUBLIC_SOCIAL_WALLET_OPTIONS_STAGING || ''

try {
return JSON.parse(IS_PRODUCTION ? SOCIAL_WALLET_OPTIONS_PRODUCTION : SOCIAL_WALLET_OPTIONS_STAGING)
return JSON.parse(IS_PRODUCTION ? SOCIAL_WALLET_OPTIONS_PRODUCTION : SOCIAL_WALLET_OPTIONS_PRODUCTION)
} catch (error) {
console.error('Error parsing SOCIAL_WALLET_OPTIONS', error)
return {}
Expand Down

0 comments on commit ef79593

Please sign in to comment.