Skip to content

Commit

Permalink
added twaReturnUrl case
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Sep 21, 2023
1 parent 2e08058 commit c0c0e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/dapps/ton-connect/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If you want to redirect user to a [Telegram Mini App](/develop/dapps/telegram-ap
<TonConnectUIProvider
// ... other parameters
actionsConfiguration={{
twaReturnUrl: 'https://t.me/<YOUR_APP_NAME>?start=<YOUR_START_PARAMETER>'
twaReturnUrl: 'https://t.me/<YOUR_APP_NAME>'
}}
>
</TonConnectUIProvider>
Expand Down

0 comments on commit c0c0e80

Please sign in to comment.