This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user