@passkeyme/react-auth 2.2.7 → 2.2.8

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/index.js CHANGED
@@ -6705,6 +6705,9 @@ const PasskeymeCallbackHandler = ({ loadingComponent: LoadingComponent, errorCom
6705
6705
  }
6706
6706
  }
6707
6707
  else {
6708
+ console.log("[CallbackHandler] Redirecting to success URL:", {
6709
+ successRedirect,
6710
+ });
6708
6711
  // For redirects, navigate to success page
6709
6712
  window.location.href = successRedirect;
6710
6713
  }