-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Hello,
I have tested the code to be able to integrate with my laravel api and it works perfectly, but when reviewing it I have seen the following warn.
If you change this if
for this
if (isGoingExceptionalRoutes) {
next() // The user is not logged in but it's going to exceptional routes ? fine
return
} else {
next({ name: 'login' })
return
} // other routes than exceptional paths => /loginMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
