Setelah login redirect ke dasbor di nuxt

auth: {
  cookie: {
    prefix: 'auth.',
    options: {
      path: '/'
    }
  }
}
Ebrahim Khalil