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 bd75cb3 commit 4c3a510
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 @@ -14,8 +14,9 @@ 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",
// returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app",
twaReturnUrl: "https://t.me/awesome_cyber_bot/tonconnectwasm",
skipRedirectToWallet: "never",
}}
>
<App />
Expand Down

0 comments on commit 4c3a510

Please sign in to comment.