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 committed by SeekDaSky
parent 067ef7de6a
commit 7f183ed8ea
1 changed files with 1 additions and 1 deletions

View File

@ -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);