Skip to content

Commit

Permalink
Fix build setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Oct 25, 2023
1 parent 3bcd98d commit 40ffa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElementX/Sources/Application/AppSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ final class AppSettings {
// MARK: - Security

/// The app must be locked with a PIN code as part of the authentication flow.
let appLockIsMandatory = true
let appLockIsMandatory = false
/// The amount of time the app can remain in the background for without requesting the PIN/TouchID/FaceID.
let appLockGracePeriod: TimeInterval = 180
/// Any codes that the user isn't allowed to use for their PIN.
Expand Down

0 comments on commit 40ffa29

Please sign in to comment.