@forgerock/login-widget 1.0.0-beta.16 → 1.0.0-beta.17
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/CHANGELOG.md +11 -7
- package/index.cjs +2 -4
- package/index.cjs.map +1 -1
- package/index.js +2 -4
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/{index.d.ts → types.d.ts} +110 -210
package/index.js
CHANGED
|
@@ -17731,8 +17731,7 @@ function initialize$4(initOptions) {
|
|
|
17731
17731
|
error: {
|
|
17732
17732
|
code: nextStep.getCode(),
|
|
17733
17733
|
message: failureMessageStr,
|
|
17734
|
-
|
|
17735
|
-
step: prevStep?.payload,
|
|
17734
|
+
stage: prevStep?.payload?.stage,
|
|
17736
17735
|
troubleshoot: null,
|
|
17737
17736
|
},
|
|
17738
17737
|
loading: false,
|
|
@@ -17762,8 +17761,7 @@ function initialize$4(initOptions) {
|
|
|
17762
17761
|
error: {
|
|
17763
17762
|
code: nextStep.getCode(),
|
|
17764
17763
|
message: failureMessageStr,
|
|
17765
|
-
|
|
17766
|
-
step: prevStep?.payload,
|
|
17764
|
+
stage: prevStep?.payload?.stage,
|
|
17767
17765
|
troubleshoot: null,
|
|
17768
17766
|
},
|
|
17769
17767
|
loading: false,
|