in src/server/controllers/signInControllers.ts [746:762]
void sendOphanComponentEventFromQueryParamsServer(
res.locals.queryParams.componentEventParams,
'SIGN_IN',
'web',
res.locals.ophanConfig.consentUUID,
);
}
// if the user has made it here, they've successfully authenticated
trackMetric('OktaIdxSignIn::Success');
trackMetric('OktaIdxPasscodeSignIn::Success');
// redirect the user to set a global session and then back to completing the authorization flow
return res.redirect(303, loginRedirectUrl);
} catch (error) {
// handle passcode specific error
handlePasscodeError({