mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Change variable name to notAllowedPINs
This commit is contained in:
@@ -114,7 +114,7 @@ final class EnterPinCodeViewModel: EnterPinCodeViewModelType {
|
||||
// choosing pin
|
||||
if firstPin.isEmpty {
|
||||
// check if this PIN is allowed
|
||||
if pinCodePreferences.blockedPINs.contains(currentPin) {
|
||||
if pinCodePreferences.notAllowedPINs.contains(currentPin) {
|
||||
viewMode = .blockedPin
|
||||
update(viewState: .blockedPin)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user