@column-org/wallet-sdk 1.1.4 → 1.1.5
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/package.json
CHANGED
|
@@ -13,6 +13,7 @@ export function ColumnWalletModal({ visible, onClose, onConnect, sdk }: Props) {
|
|
|
13
13
|
const handleConnect = async () => {
|
|
14
14
|
try {
|
|
15
15
|
const url = sdk.connect();
|
|
16
|
+
console.log("🔗 Modal: Attempting to connect with URL:", url);
|
|
16
17
|
|
|
17
18
|
// Attempt to open the deep link
|
|
18
19
|
// Use relaxed check for Expo Go / Android 11+ visibility rules
|