You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If there is an existing email or hashed email but it doesn't match what was passed in, warn the customer
65
+
if emailMismatch {
66
+
print("The existing email on the user (\(userEmailIdentity ??"nil")) does not match the email passed in to `selectPlacements:` (\(email ??"nil")). Please remember to sync the email identity to mParticle as soon as you receive it. We will now identify the user before creating the layout")
67
+
}
68
+
if hashedEmailMismatch {
69
+
print("The existing hashed email on the user (\(userHashedEmailIdentity ??"nil")) does not match the email passed in to `selectPlacements:` (\(hashedEmail ??"nil")). Please remember to sync the email identity to mParticle as soon as you receive it. We will now identify the user before creating the layout")
0 commit comments