From 85e4e2b6cdd7c72eb9321f6410d09d26f3d729cf Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Thu, 20 Jun 2019 12:57:15 +0200 Subject: [PATCH] docs fix --- docs/configuration/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.