Skip to content
Snippets Groups Projects

Resolve "System should block the login option for defined period of time, when user enter wrong local device PIN more than 3 attempts"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -603,7 +603,7 @@ function failPincodeAttempt(password) {
localStorage.setItem("attempt", attempt + 1);
}
}
throw(message);
return message;
}
function canTryPincode() {
Loading