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) {