diff --git a/ui/src/components/AuthPage/index.tsx b/ui/src/components/AuthPage/index.tsx index 3827120..db9fe0c 100644 --- a/ui/src/components/AuthPage/index.tsx +++ b/ui/src/components/AuthPage/index.tsx @@ -108,7 +108,7 @@ export const AuthPage = () => { const actionSubject = 'compassApp'; await getCallBridge()('fireForgeAnalytic', { forgeAppId: appId, - analyticEvent: `${action} ${actionSubject}`, + analyticEvent: `${actionSubject} ${action}`, }); };