From 7f183ed8ea77c992086d1cb4dcc56bce6d61cfdb Mon Sep 17 00:00:00 2001 From: Guillaume FAUVET Date: Thu, 7 Dec 2017 22:29:48 +0100 Subject: [PATCH] fix: view.vue-config (boolean must be initialize with false) --- view/vue-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/vue-config.js b/view/vue-config.js index 512e1cc..4ae1515 100644 --- a/view/vue-config.js +++ b/view/vue-config.js @@ -143,4 +143,4 @@ gstore.add('nstack', false); gstore.add('loc', [0, 0]); // login form authentication visibility -gstore.add('loginform', true); +gstore.add('loginform', false); \ No newline at end of file