This commit is contained in:
2023-03-08 22:38:28 +00:00
parent 9ceb147649
commit 6d24b41883

View File

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