Closed bernardo-campos closed 2 years ago
I changed the meta.requiresAuth: true to false to some routes in router/index.ts but still redirecting to /login
I replaced the sentence const user = await Gatekeeper.getProfile(); with const user = {}; and it works
const user = await Gatekeeper.getProfile();
const user = {};
I changed the meta.requiresAuth: true to false to some routes in router/index.ts but still redirecting to /login