Remove URL handler

This commit is contained in:
Skylar Ittner 2023-11-17 22:49:58 -07:00
parent 8dea193917
commit b631561620

View File

@ -190,9 +190,6 @@ function handleDeepLink(href) {
case "/mobile/":
router.navigate("/mobile");
break;
case "/money":
router.navigate("/moneyorder");
break;
case "/notary":
router.navigate("/notary");
break;