@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/index.js CHANGED
@@ -17731,8 +17731,7 @@ function initialize$4(initOptions) {
17731
17731
  error: {
17732
17732
  code: nextStep.getCode(),
17733
17733
  message: failureMessageStr,
17734
- // TODO: Should we remove the callbacks for PII info?
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
- // TODO: Should we remove the callbacks for PII info?
17766
- step: prevStep?.payload,
17764
+ stage: prevStep?.payload?.stage,
17767
17765
  troubleshoot: null,
17768
17766
  },
17769
17767
  loading: false,