Skip to content

Commit

Permalink
fix: redirect3
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 committed May 30, 2024
1 parent 34338a0 commit 260f649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions front/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
actionsConfiguration={{
// returnStrategy: "https://t.me/awesome_cyber_bot",
// returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app",
returnStrategy: "back",
// twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm",
modals: "all",
skipRedirectToWallet: "never",
// returnStrategy: "back",
twaReturnUrl: "https://t.me/awesome_cyber_bot/start",
// modals: "all",
// skipRedirectToWallet: "never",
}}
>
<App />
Expand Down

0 comments on commit 260f649

Please sign in to comment.