fix: view.vue-config (boolean must be initialize with false)
This commit is contained in:
parent
067ef7de6a
commit
7f183ed8ea
|
@ -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);
|
Loading…
Reference in New Issue