FIX identityChange service all#176
Conversation
The `passwordField` params is pass as 5th params to the `identityChange` method which DOES NOT expected this param. Instead it is overriding the `notifierOptions` params and makes it impossible to pass notifier option to the call.
|
Thanks for the catch! I also found this and included it in the new This will be fixed in the new I have to catch up with the latest changes to the js version. Could you please try out |
|
I'm on a tight schedule for a release, but I will to the pre version ASAP. Thanks! |
|
I released the typescript version as |
The
passwordFieldparams is pass as 5th params to theidentityChangemethod which DOES NOT expected this param. Instead it is overriding thenotifierOptionsparams and makes it impossible to pass notifier option to the call.