From 94a13bfbdb52addc5261a254beeac982a100a21d Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Mon, 25 Nov 2013 10:30:54 +0200 Subject: [PATCH] protected area fixes --- application/Espo/Core/Utils/Api/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Utils/Api/Auth.php b/application/Espo/Core/Utils/Api/Auth.php index c37548665a..5385aa5b93 100644 --- a/application/Espo/Core/Utils/Api/Auth.php +++ b/application/Espo/Core/Utils/Api/Auth.php @@ -10,7 +10,7 @@ class Auth extends \Slim\Middleware private $container; - protected $realm = 'Protected Area'; + protected $realm = ''; public function __construct(\Doctrine\ORM\EntityManager $entityManager, \Espo\Core\Container $container) {