Skip to content

Commit

Permalink
Re-enable preview access from non-Telegram EVN
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 26, 2024
1 parent 4e99ed4 commit fe76885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@

gtag('config', 'G-PZ1CMW2QSD');

// if (typeof TelegramWebviewProxy === "undefined" && !Telegram?.WebApp?.initData) {
// window.location.href = "/not-support.html";
// }
if (typeof TelegramWebviewProxy === "undefined" && !Telegram?.WebApp?.initData) {
window.location.href = "/not-support.html";
}
</script>

<!-- Import main JS logic -->
Expand Down

0 comments on commit fe76885

Please sign in to comment.