Skip to content
Prev Previous commit
Next Next commit
Update docusaurus/docs/cms/configurations/admin-panel.md
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
  • Loading branch information
pwizla and jhoward1994 authored Sep 19, 2025
commit 8e6a8b51e99db05d63072ec60e54eb77b22051e6
2 changes: 1 addition & 1 deletion docusaurus/docs/cms/configurations/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ To configure basic authentication, use the following parameters:
| `auth.events.onConnectionSuccess` | Function called when an admin user log in successfully to the administration panel | function | `undefined` |
| `auth.events.onConnectionError` | Function called when an admin user fails to log in to the administration panel | function | `undefined` |

Additional configuration parameters are available for [session management](#session-management) when enabled.
Additional configuration parameters are available for [session management](#session-management).

### Session management

Expand Down
Loading