Skip to content

Commit 510f56f

Browse files
committed
missed a name change
1 parent 50043e5 commit 510f56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
206206
}
207207

208208
if let token = token {
209-
self.authManager.setNewTokenAfterRequest(token)
209+
self.authManager.setNewTokenAfterUpdateEmail(token)
210210
}
211211

212212
onSuccess?(json)

0 commit comments

Comments
 (0)