astra-sdk-web 1.1.15 → 1.1.16

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.
@@ -1705,7 +1705,7 @@ function MobileRoute({ onClose, onNavigate } = {}) {
1705
1705
  ] }) });
1706
1706
  }
1707
1707
  var MobileRoute_default = MobileRoute;
1708
- function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://stage-kyc-sdk.astraprotocol.com", sessionId, apiBaseUrl, serverKey } = {}) {
1708
+ function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://kyc-sdk-stage.astraprotocol.com", sessionId, apiBaseUrl, serverKey } = {}) {
1709
1709
  const [qrUrl, setQrUrl] = React.useState("");
1710
1710
  const [copied, setCopied] = React.useState(false);
1711
1711
  React.useEffect(() => {
@@ -1814,7 +1814,7 @@ var KycFlow = ({
1814
1814
  deviceType,
1815
1815
  startAtQr = true,
1816
1816
  onClose,
1817
- mobileBaseUrl = "https://stage-kyc-sdk.astraprotocol.com"
1817
+ mobileBaseUrl = "https://kyc-sdk-stage.astraprotocol.com"
1818
1818
  }) => {
1819
1819
  const [currentView, setCurrentView] = React.useState(startAtQr ? "qr" : "mobileroute");
1820
1820
  const handleNavigate = (view) => {