From 6d24b41883e57f9cf921bbbb0a3001b84d3adcef Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Mar 2023 22:38:28 +0000 Subject: [PATCH] --- src/views/login.vue | 4 ---- 1 file changed, 4 deletions(-) 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;