Bug fixes and menu improvement #19
Reference in New Issue
Block a user
Delete Branch "minor-bug-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR Change
Bug fixes
Ensures that incorrect PIN attempts are not double-counted by LOAD and RELOAD of the authorize function.
Add a check to the authorize function to prevent treating non-numeric inputs (e.g., "abcd") as valid PIN attempts.
Uses
State.Backto reset node specific flags to ensure smooth back menu navigation.Enhancement