Skip to content

Commit

Permalink
analytic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
germaint1 committed Jan 17, 2024
1 parent 469574f commit 1dc34f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/AuthPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const AuthPage = () => {
const actionSubject = 'compassApp';
await getCallBridge()('fireForgeAnalytic', {
forgeAppId: appId,
analyticEvent: `${action} ${actionSubject}`,
analyticEvent: `${actionSubject} ${action}`,
});
};

Expand Down

0 comments on commit 1dc34f9

Please sign in to comment.