You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, a successful login or register attempt will all redirect to `/`, while a logout action
30
-
will redirect to a [named route](https://codeigniter4.github.io/CodeIgniter4/incoming/routing.html#using-named-routes"See routing docs")`login` or a *URI path*`/login`. You can change the default URLs used within the`Auth` config file:
30
+
will redirect to a [named route](https://codeigniter.com/user_guide/incoming/routing.html#using-named-routes"See routing docs")`login` or a *URI path*`/login`. You can change the default URLs used within the `Auth` config file:
0 commit comments