-1
When we protect a route by login and try to access this route without being logged in the log-in sends us to the login screen. So if you authenticate it sends to that route you tried to access without being logged in.
I have a problem because I would not like the Portable to keep this attempt to access and redirect. I would like to know how to treat this?
Estou com um problema pois não gostaria que o Laravel guardasse essa tentativa de acesso e redirecionamento. Gostaria de saber como tratar isso?
what you want to do?– novic
I’d like to control this so that it’s only redirected to the route I’ve set as a standard example. Apos Login goes to /home and good only that
– Vinícius Pereira Gonçalves