Skip to content

Commit 9872b54

Browse files
added the code to clear form cache after logout.
1 parent a72fba7 commit 9872b54

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)