diff --git a/src/views/login.vue b/src/views/login.vue index 97c1d15..43cc415 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -240,10 +240,6 @@ export default { try { let res = await window.$gz.api.get("notify/hello"); if (res.data != null) { - // vm.input.username = "ss"; - // vm.input.password = "ss"; - vm.reveal = true; //might as well show it since it's the default anyway - //However, if the eval users exist then vm.hasSmallLogo = res.data.sl; vm.hasMediumLogo = res.data.ml;