mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Change variable name to notAllowedPINs
This commit is contained in:
@@ -51,9 +51,9 @@ final class PinCodePreferences: NSObject {
|
||||
return BuildSettings.forcePinProtection
|
||||
}
|
||||
|
||||
/// Blocked pin codes. User won't be able to select one of the pin in the list.
|
||||
var blockedPINs: [String] {
|
||||
return BuildSettings.blockedPINs
|
||||
/// Not allowed pin codes. User won't be able to select one of the pin in the list.
|
||||
var notAllowedPINs: [String] {
|
||||
return BuildSettings.notAllowedPINs
|
||||
}
|
||||
|
||||
var isBiometricsAvailable: Bool {
|
||||
|
||||
Reference in New Issue
Block a user