chore: address staging branch issues pr #1169 (#1178)

* fix ios run

* small fixes
This commit is contained in:
Justin Hernandez
2025-10-01 16:12:50 -07:00
committed by GitHub
parent 422d0cc259
commit fd1f008719
18 changed files with 248 additions and 113 deletions

View File

@@ -96,8 +96,7 @@ const SuccessScreen: React.FC = () => {
}
} catch {
console.warn(
'Invalid deep link URL provided:',
selfApp.deeplinkCallback,
'Invalid deep link URL provided (URL sanitized for security)',
);
}
}