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/astra-sdk.es.js
CHANGED
|
@@ -1902,7 +1902,7 @@ function MobileRoute({ onClose, onNavigate } = {}) {
|
|
|
1902
1902
|
] }) });
|
|
1903
1903
|
}
|
|
1904
1904
|
var MobileRoute_default = MobileRoute;
|
|
1905
|
-
function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://
|
|
1905
|
+
function QRCodePage({ onClose, onNavigate, mobileBaseUrl = "https://kyc-sdk-stage.astraprotocol.com", sessionId, apiBaseUrl, serverKey } = {}) {
|
|
1906
1906
|
const [qrUrl, setQrUrl] = useState("");
|
|
1907
1907
|
const [copied, setCopied] = useState(false);
|
|
1908
1908
|
useEffect(() => {
|
|
@@ -2011,7 +2011,7 @@ var KycFlow = ({
|
|
|
2011
2011
|
deviceType,
|
|
2012
2012
|
startAtQr = true,
|
|
2013
2013
|
onClose,
|
|
2014
|
-
mobileBaseUrl = "https://
|
|
2014
|
+
mobileBaseUrl = "https://kyc-sdk-stage.astraprotocol.com"
|
|
2015
2015
|
}) => {
|
|
2016
2016
|
const [currentView, setCurrentView] = useState(startAtQr ? "qr" : "mobileroute");
|
|
2017
2017
|
const handleNavigate = (view) => {
|