Skip to content

Commit 5fba950

Browse files
authored
Merge pull request #493 from Kommunicate-io/CM-2395
[CM-2395] Form Data Persist in Local Cache| iOS SDK
2 parents a72fba7 + 9872b54 commit 5fba950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Kommunicate/Classes/Kommunicate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,7 @@ open class Kommunicate: NSObject, Localizable {
16091609
registerUserClientService.logout(completionHandler: {
16101610
_, _ in
16111611
Kommunicate.shared.clearUserDefaults()
1612+
ALKFormDataCache.shared.clearCache()
16121613
NSLog("Kommunicate logout")
16131614
})
16141615
}

0 commit comments

Comments
 (0)