clear branch

This commit is contained in:
ogerly 2021-04-28 13:16:53 +02:00
parent 605c3f7614
commit 13e4bfff1d
2 changed files with 0 additions and 14 deletions

View File

@ -1,6 +1,5 @@
<template>
<div class="main-content">
<loading :active.sync="isLoading" :is-full-page="fullPage"></loading>
<template>
<div class="main-content">
<router-view></router-view>
@ -10,21 +9,9 @@
</div>
</template>
<script>
// Import component
import Loading from 'vue-loading-overlay'
// Import stylesheet
import 'vue-loading-overlay/dist/vue-loading.css'
import ContentFooter from './ContentFooter.vue'
export default {
data() {
return {
fullPage: true,
}
},
components: {
Loading,
ContentFooter,
},
}

View File

@ -114,7 +114,6 @@ export default {
// Optional parameters
container: this.$refs.submitButton,
})
const result = await loginAPI.login(this.model.email, this.model.password)
if (result.success) {
this.$store.dispatch('login', {