Skip to content

Commit d19c6e3

Browse files
committed
docs: fix invalid markdown
1 parent f5be159 commit d19c6e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/quick_start_guide/authentication_flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Learning any new authentication system can be difficult, especially as they get
99

1010
### Configure Redirect URLs
1111

12-
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.
12+
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.
1313

1414
By default, a successful login or register attempt will all redirect to `/`, while a logout action
15-
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:
15+
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:
1616

1717
```php
1818
public array $redirects = [

0 commit comments

Comments
 (0)