Skip to content

Commit

Permalink
fix: revert redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 committed May 30, 2024
1 parent 260f649 commit 83a3b89
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 @@ -13,9 +13,9 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
manifestUrl={manifestUrl}
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: "back",
twaReturnUrl: "https://t.me/awesome_cyber_bot/start",
// twaReturnUrl: "https://t.me/awesome_cyber_bot/start",
// modals: "all",
// skipRedirectToWallet: "never",
}}
Expand Down

0 comments on commit 83a3b89

Please sign in to comment.