- BREAKING CHANGE !!: (onCodeEntered) removed, replaced with onCodeFail/onCodeSuccess with correctPin, if you want the old behaviour just don't provide correctPin and onCodeFail will work the same as the old onCodeEntered
- new : onCodeSuccess is the callback if entered code matches (==) the correctPin
- new : onCodeFail is the callback if entered code doesn't matche (!=) the correctPin
- Added obscurePin parameter to make code * instead of number.
- Removed send again button, and added some more customization features.
- Minor bug fixes
- Added very first logics to the code.