mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Logout automatically when pin/biometrics provided wrong too many times
This commit is contained in:
@@ -176,7 +176,7 @@ final class PinCodePreferences: NSObject {
|
||||
}
|
||||
|
||||
var isBiometricsSet: Bool {
|
||||
return biometricsEnabled == true
|
||||
return biometricsEnabled == true && canUseBiometricsToUnlock == true
|
||||
}
|
||||
|
||||
func localizedBiometricsName() -> String? {
|
||||
|
||||
Reference in New Issue
Block a user