@eid-easy/eideasy-widget 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/eideasy-widget.mjs
CHANGED
|
@@ -20011,9 +20011,9 @@ const _sfc_main$17 = {
|
|
|
20011
20011
|
appStore.loadingEnd();
|
|
20012
20012
|
}
|
|
20013
20013
|
function startMethod(methodType, moduleName) {
|
|
20014
|
-
const additionalMethodConfigOrEmpty = additionalMethodConfig || {};
|
|
20014
|
+
const additionalMethodConfigOrEmpty = additionalMethodConfig.value || {};
|
|
20015
20015
|
eidEasyClient[methodType][moduleName].start({
|
|
20016
|
-
action: mode,
|
|
20016
|
+
action: mode.value,
|
|
20017
20017
|
iframeHolder: iframeHolder2,
|
|
20018
20018
|
fail: (result) => failHandler(result, methodType, moduleName),
|
|
20019
20019
|
success: (result) => successHandler(result),
|