fix: view.vue-config (boolean must be initialize with false)
This commit is contained in:
parent
d0dc02e53f
commit
2791dda887
|
@ -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