From 2262cf2e129552bfed69613581ed34e8cae71b5f Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 23 Dec 2021 19:26:37 +0100 Subject: [PATCH] [mirotlalksfu] - fix typo --- app/src/Server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Server.js b/app/src/Server.js index 163ff9a..2588b3d 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -34,7 +34,7 @@ const hostCfg = { protected: config.hostProtected, username: config.hostUsername, password: config.hostPassword, - authenticated: false, + authenticated: true, }; const apiBasePath = '/api/v1'; // api endpoint path