astra-sdk-web 1.1.14 → 1.1.15

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.
@@ -1910,7 +1910,7 @@ function MobileRoute({ onClose, onNavigate } = {}) {
1910
1910
  ] }) });
1911
1911
  }
1912
1912
  var MobileRoute_default = MobileRoute;
1913
- function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://kyc-sdk.astraprotocol.com", sessionId, apiBaseUrl, serverKey } = {}) {
1913
+ function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://stage-kyc-sdk.astraprotocol.com", sessionId, apiBaseUrl, serverKey } = {}) {
1914
1914
  const [qrUrl, setQrUrl] = React.useState("");
1915
1915
  const [copied, setCopied] = React.useState(false);
1916
1916
  React.useEffect(() => {
@@ -2019,7 +2019,7 @@ var KycFlow = ({
2019
2019
  deviceType,
2020
2020
  startAtQr = true,
2021
2021
  onClose,
2022
- mobileBaseUrl = "https://kyc-sdk.astraprotocol.com"
2022
+ mobileBaseUrl = "https://stage-kyc-sdk.astraprotocol.com"
2023
2023
  }) => {
2024
2024
  const [currentView, setCurrentView] = React.useState(startAtQr ? "qr" : "mobileroute");
2025
2025
  const handleNavigate = (view) => {