classic-ui/modules/account/store/actions/redirectToAccount.js

5 lines
154 B
JavaScript
Raw Normal View History

2022-04-22 06:05:56 +03:00
export function redirectToAccount({ dispatch }) {
dispatch('highlightNoteAccount', { isHighlighted: true })
this.$router.push({ path: '/account' })
}