TP-29554 | fix review comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user