mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Update Riot/Modules/SetPinCode/PinCodePreferences.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user