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

pull/1266/head
smily 2 years ago
parent 3de6921d31
commit b11e520152

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