From bd75cb3bb8a83b8e0afb4684fe42890ec9893e15 Mon Sep 17 00:00:00 2001 From: dasein Date: Thu, 30 May 2024 11:30:42 +0300 Subject: [PATCH] fix(app): redirect strategy --- front/src/main.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/src/main.tsx b/front/src/main.tsx index 1b776ec1..3fefe96e 100644 --- a/front/src/main.tsx +++ b/front/src/main.tsx @@ -13,7 +13,8 @@ ReactDOM.createRoot(document.getElementById("root")!).render( manifestUrl={manifestUrl} actionsConfiguration={{ // returnStrategy: "https://t.me/awesome_cyber_bot", - returnStrategy: "https://t.me/awesome_cyber_bot/tonconnectwasm", + // // returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app", + returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app", twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm", }} >