Skip to content

Commit

Permalink
fix(app): redirect strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 committed May 30, 2024
1 parent 3321dea commit bd75cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}}
>
Expand Down

0 comments on commit bd75cb3

Please sign in to comment.