Skip to content

Commit 0952a2a

Browse files
committed
logging
1 parent f4fb56b commit 0952a2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
508508
}
509509

510510
private func requestNewAuthToken() {
511+
ITBInfo()
512+
511513
authManager.requestNewAuthToken(hasFailedPriorAuth: false, onSuccess: { [weak self] token in
512514
if token != nil {
513515
self?.completeUserLogin()

0 commit comments

Comments
 (0)