Skip to content

Doesn't work on created() #14

@jdinartejesus

Description

@jdinartejesus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions