Skip to content

Commit

Permalink
fix returnStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
sraibaby committed Sep 19, 2024
1 parent b012c05 commit feee11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/store/telegram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export const Telegram: Reactive<Telegram> = reactive<Telegram>({
});

this.tonConnectUI.uiOptions = {
twaReturnUrl: import.meta.env.VITE_TELEGRAM_BOT_URL,
actionsConfiguration: {
returnStrategy: 'back'
returnStrategy: 'back',
twaReturnUrl: import.meta.env.VITE_TELEGRAM_BOT_URL,
}
} as TonConnectUiOptions;

Expand Down

0 comments on commit feee11d

Please sign in to comment.