fix: view.vue-config (boolean must be initialize with false)

This commit is contained in:
Guillaume FAUVET 2017-12-07 22:29:48 +01:00
parent d0dc02e53f
commit 2791dda887
1 changed files with 1 additions and 1 deletions

View File

@ -143,4 +143,4 @@ gstore.add('nstack', false);
gstore.add('loc', [0, 0]); gstore.add('loc', [0, 0]);
// login form authentication visibility // login form authentication visibility
gstore.add('loginform', true); gstore.add('loginform', false);