Skip to content

Commit

Permalink
Merge pull request #612 from sparcs-kaist/#592.3-fix-redirect
Browse files Browse the repository at this point in the history
#592.3 `invite.html`에서 `redirectPath` 오타 수정
  • Loading branch information
14KGun authored Aug 19, 2023
2 parents cdc6e59 + e0ffeda commit c6fa9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
</script>
</head>
Expand Down

0 comments on commit c6fa9a1

Please sign in to comment.