Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
happylolonly committed May 30, 2024
2 parents fbd4621 + 360c41b commit 833dca3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions front/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
manifestUrl={manifestUrl}
actionsConfiguration={{
// returnStrategy: "https://t.me/awesome_cyber_bot",
returnStrategy: "https://t.me/awesome_cyber_bot/tonconnectwasm",
twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm",
// returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app",
returnStrategy: "back",
// twaReturnUrl: "https://t.me/awesome_cyber_bot/start",
// modals: "all",
// skipRedirectToWallet: "never",
}}
>
<App />
Expand Down

0 comments on commit 833dca3

Please sign in to comment.