Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
potential fix for signout redirect issue
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Biriukov <anton.biriukov@avast.com>
  • Loading branch information
birtony committed Jul 12, 2022
1 parent 5c01f1c commit ebae793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wallet-web/src/components/Signout/SignoutComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function signout() {
await Promise.all(actions);
console.log('signed out. Redirecting to base url');

router.push('/');
router.push({ path: '/', query: { signedOut: true } });
}

const chapi = ref(
Expand Down

0 comments on commit ebae793

Please sign in to comment.