From e0ffeda1bbcb0d659d2cf531f015632388b5a358 Mon Sep 17 00:00:00 2001 From: Geon Kim Date: Sun, 20 Aug 2023 01:41:21 +0900 Subject: [PATCH] Fix: redirectPath --- serve/invite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serve/invite.html b/serve/invite.html index 74d4f1467..8a2880687 100644 --- a/serve/invite.html +++ b/serve/invite.html @@ -64,7 +64,7 @@ ? `${host}?link=${encodedLink}&apn=${androidPacakgeName}&afl=${encodedLink}&ibi=${iosAppBundleId}&ifl=${encodedLink}&efr=1` : `${host}?link=${encodedLink}&apn=${androidPacakgeName}&ibi=${iosAppBundleId}&isi=${appStoreId}&efr=1`; }; - window.location.href = getDynamicLink(rediretPath); + window.location.href = getDynamicLink(redirectPath); });