-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#172076080] Added delay between incorrect pin insertion attempts (#1711
) * change to Identification state to support fail data * serialize/deserialize Date from persistent store * lint fix * draft force Logout * draft IdentificationLockModal * display remaining attempts * link forcelogout with identification saga * add localization * styling for IdentificationLockModal * restore deltaTimespanBetweenAttempts = 30 * don't increase failCounter when biometric fail * fix unused handler * change countdown rendering and representation as Option * revert to optional ? props * identificationfailselector * update locales * fromnullable for dateisotransformer and seconds for identification reducer * fix setInterval method always executed * display the remaining attempts only if start to lock the application for too many attempts * fix lint * renaming variable canInsertPinBiometry to biometryAuthNotAvailable * revert logic and name of biometryAuthAvailable * replace map.getorelse with fold * fix compile error * don't use BiometryAuth if the app is in timeout for too many attempts * add comment Co-authored-by: Matteo Boschi <[email protected]>
- Loading branch information
1 parent
66a81fd
commit eb86a36
Showing
11 changed files
with
390 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.