This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
/* xeslint-disable */
|
||||
import auth from "../api/auth";
|
||||
export default {
|
||||
name: "Login",
|
||||
@@ -52,9 +53,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
login() {
|
||||
// xeslint-disable-next-line
|
||||
// debugger;
|
||||
//console.log("Login.vue::page url is:" + this.$route.query.page);
|
||||
if (this.input.username != "" && this.input.password != "") {
|
||||
auth
|
||||
.authenticate(this.input.username, this.input.password)
|
||||
|
||||
Reference in New Issue
Block a user