TP-29554 | fix review comments

This commit is contained in:
himanshu-kansal
2023-05-19 18:33:55 +05:30
parent a7c7115403
commit 8ecd2468e6

View File

@@ -38,7 +38,7 @@ const AuthRouter = () => {
isImpersonated: user?.isImpersonated ?? false,
});
setMsClarityConfig({ customUserId: user?.user?.phoneNumber });
setMsClarityConfig({ customUserId: user?.user?.phoneNumber || user?.user?.emailId });
// Sets the dispatch for apiHelper
registerNavigateAndDispatch(dispatch);