This commit is contained in:
2018-11-07 23:12:00 +00:00
parent d99fe5677b
commit 063b68c9b9
4 changed files with 19 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ export default {
},
methods: {
login() {
logger.log("User logging in: " + this.input.username);
if (this.input.username != "" && this.input.password != "") {
auth
.authenticate(this.input.username, this.input.password)