-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I'm trying to redirect to a confirm-email page after login on the dashboard but doesn't work as expected. Currently navigates to confirm-email page but after returns to dashboard.
Eg.
// dashboard.vue
...
created () {
this.$navigator.navigate('/confirm-email', { clearHistory: true })
}
Currently: Login -> Dashboard -> Confirm-Email -> Dashboard
Expected: Login -> Dashboard -> Confirm-Email
Thanks!
Metadata
Metadata
Assignees
Labels
No labels