Skip to content

Commit

Permalink
Update End.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 authored Dec 2, 2024
1 parent 35a31d9 commit 9733fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/End.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const continueToApp = async (selectedIndex: number) => {
sessionId,
},
} as PopupData<OpenLoginPopupResponse>);
await bc.close();
} catch (error) {
log.error(error, "something went wrong");
}
Expand Down

0 comments on commit 9733fe8

Please sign in to comment.