If you try to pass parameters newPassword, confirmNewPassword to the handle .updateProfile(https://docs.authorizer.dev/authorizer-js/functions#--updateprofile), there will be an error, passing parameters via underscore works.
The parameters work correctly:
- new_password
- confirm_new_password
fix it, in docs please =)