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.
- package/dist/astra-sdk.cjs.js +2 -2
- package/dist/astra-sdk.cjs.js.map +1 -1
- package/dist/astra-sdk.es.js +2 -2
- package/dist/astra-sdk.es.js.map +1 -1
- package/dist/components.cjs.js +2 -2
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.es.js +2 -2
- package/dist/components.es.js.map +1 -1
- package/package.json +1 -1
- package/src/components/KycFlow.tsx +1 -1
- package/src/pages/QRCodePage.tsx +1 -1
package/dist/components.es.js
CHANGED
|
@@ -1699,7 +1699,7 @@ function MobileRoute({ onClose, onNavigate } = {}) {
|
|
|
1699
1699
|
] }) });
|
|
1700
1700
|
}
|
|
1701
1701
|
var MobileRoute_default = MobileRoute;
|
|
1702
|
-
function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://
|
|
1702
|
+
function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://kyc-sdk-stage.astraprotocol.com", sessionId, apiBaseUrl, serverKey } = {}) {
|
|
1703
1703
|
const [qrUrl, setQrUrl] = useState("");
|
|
1704
1704
|
const [copied, setCopied] = useState(false);
|
|
1705
1705
|
useEffect(() => {
|
|
@@ -1808,7 +1808,7 @@ var KycFlow = ({
|
|
|
1808
1808
|
deviceType,
|
|
1809
1809
|
startAtQr = true,
|
|
1810
1810
|
onClose,
|
|
1811
|
-
mobileBaseUrl = "https://
|
|
1811
|
+
mobileBaseUrl = "https://kyc-sdk-stage.astraprotocol.com"
|
|
1812
1812
|
}) => {
|
|
1813
1813
|
const [currentView, setCurrentView] = useState(startAtQr ? "qr" : "mobileroute");
|
|
1814
1814
|
const handleNavigate = (view) => {
|