From 4c3a51005a5b5f1d0107219654f5305a35c58a15 Mon Sep 17 00:00:00 2001 From: dasein Date: Thu, 30 May 2024 12:49:20 +0300 Subject: [PATCH] fix: redirect --- 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 3fefe96e..5ae2cc77 100644 --- a/front/src/main.tsx +++ b/front/src/main.tsx @@ -14,8 +14,9 @@ ReactDOM.createRoot(document.getElementById("root")!).render( 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: "https://ton-wasm-cyber-hackathon.netlify.app", twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm", + skipRedirectToWallet: "never", }} >