erdkse / adminlte-3-vue

Vue 3.4.27 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-vue
MIT License
242 stars 113 forks source link

requiresAuth: false not working #35

Closed bernardo-campos closed 2 years ago

bernardo-campos commented 2 years ago

I changed the meta.requiresAuth: true to false to some routes in router/index.ts but still redirecting to /login

bernardo-campos commented 2 years ago

I replaced the sentence const user = await Gatekeeper.getProfile(); with const user = {}; and it works