This commit is contained in:
@@ -91,6 +91,8 @@ export default {
|
||||
if (this.input.username != "" && this.input.password != "") {
|
||||
this.errorBadCreds = false;
|
||||
var vm = this;
|
||||
// eslint-disable-next-line no-debugger
|
||||
debugger;
|
||||
auth
|
||||
.authenticate(this.input.username, this.input.password)
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user