Skip to content

Commit

Permalink
fix: redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 committed May 30, 2024
1 parent 4c3a510 commit ce52f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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",
twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm",
returnStrategy: "back",
// twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm",
skipRedirectToWallet: "never",
}}
>
Expand Down

0 comments on commit ce52f39

Please sign in to comment.