feat: handle request deeplink instead of 404 (#414)

Co-authored-by: Gancho Radkov <ganchoradkov@gmail.com>
This commit is contained in:
Gancho Radkov 2024-01-15 17:00:04 +02:00 committed by GitHub
parent 2f2cc8f2d6
commit da6f16a3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,9 @@ export default function DeepLinkPairingPage() {
const router = useRouter()
const uri = router.query.uri as string
const requestId = router.query.requestId as string
if (!uri) {
if (!uri && !requestId) {
return (
<Fragment>
<Text css={{ opacity: '0.5', textAlign: 'center', marginTop: '$20' }}>