Closed chaaawles closed 4 years ago
I tried to add a register and reset your password pages on my laravue. But unfortunately I was kept on the login page. How can I get pass this without logging in?
@chaaawles Your issue may be related with this one
I see. I just need to put my new route to the whitelist found in js/permission.js
js/permission.js
const whiteList = ['/login', '/auth-redirect']; // no redirect whitelist
Thanks!
I tried to add a register and reset your password pages on my laravue. But unfortunately I was kept on the login page. How can I get pass this without logging in?