JS Release 3.2.0
· One min read
This new JavaScript Release handles Idempotent API requests.
Added
- Added support for Idempotent requests: We have added a new JavaScript option 'disableButtonOnsubmit' that can be added to your JavaScript to handle Idempotent requests.
Improved
- Changed JSONP call for Passwordless login to AJAX call for better performance
Fixed
- Resolved the console error that was displayed when using the privacy policy or social login feature
- Form validation was not working on the change password form. This issue is now resolved