Update Riot/Modules/SetPinCode/PinCodePreferences.swift

Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
ismailgulek
2020-07-22 17:19:23 +03:00
committed by GitHub
parent 6711518ffd
commit 821a6619e3

View File

@@ -34,7 +34,7 @@ final class PinCodePreferences: NSObject {
static let shared = PinCodePreferences()
/// Store. Defaults to `KeychainStore`
var store: KeyValueStore!
let store: KeyValueStore
override init() {
store = KeychainStore(withKeychain: Keychain(service: PinConstants.pinCodeKeychainService,