File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class Auth extends BaseConfig
5555 * Redirect URLs
5656 * --------------------------------------------------------------------
5757 * The default URL that a user will be redirected to after various auth
58- * auth actions. This can be either of the following:
58+ * actions. This can be either of the following:
5959 *
6060 * 1. An absolute URL. E.g. http://example.com OR https://example.com
6161 * 2. A named route that can be accessed using `route_to()` or `url_to()`
@@ -149,7 +149,7 @@ class Auth extends BaseConfig
149149 * Record Last Active Date
150150 * --------------------------------------------------------------------
151151 * If true, will always update the `last_active` datetime for the
152- * logged in user on every page request.
152+ * logged- in user on every page request.
153153 * This feature only works when session/tokens filter is active.
154154 *
155155 * @see https://codeigniter4.github.io/shield/install/#protect-all-pages for set filters.
You can’t perform that action at this time.
0 commit comments