devarification complete, tests ok

This commit is contained in:
2020-04-02 22:31:04 +00:00
parent d9cf0dd106
commit 6212ff7ce8
8 changed files with 28 additions and 28 deletions

View File

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