Skip to content

Commit 7ae0cde

Browse files
authored
Merge pull request #742 from Iterable/8838-pendingAuth-false
[MOB-8838] set pendingAuth to false
2 parents 9385145 + 3f865f8 commit 7ae0cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public void run() {
9292
if (isLastAuthTokenValid && !shouldIgnoreRetryPolicy) {
9393
// if some JWT retry had valid token it will not fetch the auth token again from developer function
9494
handleAuthTokenSuccess(IterableApi.getInstance().getAuthToken(), successCallback);
95+
pendingAuth = false;
9596
return;
9697
}
9798
final String authToken = authHandler.onAuthTokenRequested();

0 commit comments

Comments
 (0)