Change variable name to notAllowedPINs

This commit is contained in:
ismailgulek
2020-09-17 15:55:41 +03:00
parent 5fbc107895
commit dbea2e56bc
3 changed files with 6 additions and 6 deletions
@@ -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 {