Skip to content

Commit f7bd555

Browse files
committed
use actual data for migration
1 parent 59dc0a9 commit f7bd555

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

swift-sdk/Internal/IterableUserDefaults.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ class IterableUserDefaults {
9898
}
9999

100100
func getAuthDataForMigration() -> (email: String?, userId: String?, authToken: String?) {
101-
102-
103-
return (email: nil, userId: nil, authToken: nil)
101+
return (email: email, userId: userId, authToken: authToken)
104102
}
105103

106104
// MARK: Private implementation

0 commit comments

Comments
 (0)