in src/server/routes/signIn.ts [431:442]
void sendOphanComponentEventFromQueryParamsServer(
res.locals.queryParams.componentEventParams,
'SIGN_IN',
'web',
res.locals.ophanConfig.consentUUID,
);
}
// we're authenticated track this metric
trackMetric('OktaSignIn::Success');
if (response._embedded?.user.id) {