devarification complete, tests ok
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
login() {
|
||||
if (this.input.username != "" && this.input.password != "") {
|
||||
this.errorBadCreds = false;
|
||||
var vm = this;
|
||||
let vm = this;
|
||||
|
||||
auth
|
||||
.authenticate(this.input.username, this.input.password)
|
||||
|
||||
Reference in New Issue
Block a user