Browse Source

fix

Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
Marino Faggiana 1 year ago
parent
commit
b337b45354
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/AppDelegate.swift

+ 2 - 0
iOSClient/AppDelegate.swift

@@ -788,6 +788,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
                             self.requestAccount()
                             self.requestAccount()
                         }
                         }
                     }
                     }
+                } else {
+                    NCKeychain().passcodeCounterFail += 1
                 }
                 }
             }
             }
         }
         }