From 83a3b8920f6034ccba503c49ac10638cc1760f11 Mon Sep 17 00:00:00 2001 From: dasein Date: Thu, 30 May 2024 13:10:38 +0300 Subject: [PATCH] fix: revert redirect --- front/src/main.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/main.tsx b/front/src/main.tsx index 865ff115..f29a754a 100644 --- a/front/src/main.tsx +++ b/front/src/main.tsx @@ -13,9 +13,9 @@ ReactDOM.createRoot(document.getElementById("root")!).render( manifestUrl={manifestUrl} actionsConfiguration={{ // returnStrategy: "https://t.me/awesome_cyber_bot", - // returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app", + returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app", // returnStrategy: "back", - twaReturnUrl: "https://t.me/awesome_cyber_bot/start", + // twaReturnUrl: "https://t.me/awesome_cyber_bot/start", // modals: "all", // skipRedirectToWallet: "never", }}