Enable the App Lock feature. (#1990)

This commit is contained in:
Doug
2023-10-31 08:55:30 +00:00
committed by GitHub
parent dbc1704751
commit cbb9c270f9
17 changed files with 20 additions and 49 deletions

View File

@@ -28,7 +28,6 @@ class AppLockServiceTests: XCTestCase {
override func setUp() {
AppSettings.reset()
appSettings = AppSettings()
appSettings.appLockFlowEnabled = true
keychainController = KeychainController(service: .tests, accessGroup: InfoPlistReader.main.keychainAccessGroupIdentifier)
keychainController.resetSecrets()