diff --git a/docs/configuration/auth.md b/docs/configuration/auth.md index b8393d3..ab9ce15 100644 --- a/docs/configuration/auth.md +++ b/docs/configuration/auth.md @@ -59,6 +59,6 @@ At the end, open ```configuration.php``` and update AuthInterface handler to ref Front-end will use session based authentication to authenticate and consume the back-end. -Note: The application will not correctly if cookies are disabled. +Note: The application will not work if you disable cookies.