Skip to content

Commit 299152f

Browse files
committed
Fixes
1 parent 1821459 commit 299152f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@ private void completeUserLogin(@Nullable String email, @Nullable String userId,
454454
_setUserSuccessCallbackHandler.onSuccess(new JSONObject()); // passing blank json object here as onSuccess is @Nonnull
455455
}
456456

457+
_email = email;
458+
_userId = userId;
459+
_authToken = authToken;
460+
457461
getInAppManager().syncInApp();
458462
getEmbeddedManager().syncMessages();
459463
}

0 commit comments

Comments
 (0)