Skip to content

Commit 86e4eb4

Browse files
authored
Merge pull request #1138 from obozdag/patch-1
docs: Small typo in using_session_auth.md
2 parents b03d08d + 6a08e68 commit 86e4eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick_start_guide/using_session_auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Learning any new authentication system can be difficult, especially as they get
1212

1313
### Configure Redirect URLs
1414

15-
If you need everyone to redirect to a single URL after login/logout/register actions, you can modify the `Config\Auth::$redirects` array in **app/Config/Auth.php** to specify the url to redirect to.
15+
If you need to redirect everyone to a single URL after login/logout/register actions, you can modify the `Config\Auth::$redirects` array in **app/Config/Auth.php** to specify the url to redirect to.
1616

1717
By default, a successful login or register attempt will all redirect to `/`, while a logout action
1818
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 **app/Config/Auth.php** config file:

0 commit comments

Comments
 (0)