From bf84abcff518dbc4c5b6f91fa63e5d0848250f99 Mon Sep 17 00:00:00 2001 From: Guillaume Mercey Date: Mon, 6 Jun 2022 14:39:16 -0700 Subject: [PATCH] FIX identityChange service all 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. --- src/service.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/service.js b/src/service.js index 2178999..d0fd444 100755 --- a/src/service.js +++ b/src/service.js @@ -192,7 +192,6 @@ function authLocalMgntMethods (options) { data.value.user, data.value.password, data.value.changes, - passwordField, data.notifierOptions, passedParams, );