Skip to content

Commit 0ff6856

Browse files
roninopftapashmajumder
authored andcommitted
clarify name better
1 parent 07e221b commit 0ff6856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
105105

106106
storeIdentifierData()
107107

108-
postLoginActions()
108+
onLogin()
109109
}
110110

111111
func setUserId(_ userId: String?) {
@@ -122,7 +122,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
122122

123123
storeIdentifierData()
124124

125-
postLoginActions()
125+
onLogin()
126126
}
127127

128128
func logoutUser() {
@@ -456,7 +456,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
456456
localStorage.userId = _userId
457457
}
458458

459-
private func postLoginActions() {
459+
private func onLogin() {
460460
ITBInfo()
461461

462462
if isEitherUserIdOrEmailSet() && config.authDelegate != nil {

0 commit comments

Comments
 (0)