Remove console autofill hippo4j username and password logic (#1246) (#1266)

pull/1268/head
GRL-bxy 1 year ago committed by GitHub
parent 3de6921d31
commit 0a3924a587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,13 +131,6 @@ export default {
}
console.log(hostname);
},
mounted() {
if (this.loginForm.username === '') {
this.$refs.username.focus();
} else if (this.loginForm.password === '') {
this.$refs.password.focus();
}
},
destroyed() {
// window.removeEventListener('storage', this.afterQRScan)
},

Loading…
Cancel
Save