ios: self destruct improvements

This commit is contained in:
Avently
2024-01-03 04:13:56 -08:00
parent 767522e701
commit 51a16cfdc2
7 changed files with 80 additions and 27 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public let kcAppPassword = KeyChainItem(forKey: APP_PASSWORD_ITEM)
public let kcSelfDestructPassword = KeyChainItem(forKey: SELF_DESTRUCT_PASSWORD_ITEM)
public struct KeyChainItem {
var forKey: String
public var forKey: String
public func get() -> String? {
getItemString(forKey: forKey)