This commit is contained in:
lesion
2019-06-11 23:53:16 +02:00
parent f70721cb52
commit c3bcc127d0
6 changed files with 6 additions and 27 deletions

View File

@@ -33,18 +33,3 @@
su underscore chicciola autistici.org
</template>
<script>
export default {
data () {
return {
open: true,
}
},
methods: {
close (done) {
this.$router.replace('/')
done()
}
}
}
</script>

View File

@@ -90,10 +90,6 @@ export default {
imgPath (event) {
return event.image_path && event.image_path
},
close (done) {
this.$router.replace('/')
done()
}
},
computed: {
...mapState(['filters', 'events']),

View File

@@ -35,7 +35,6 @@ export default {
name: 'Login',
data () {
return {
open: true,
password: '',
email: '',
loading: false
@@ -48,9 +47,6 @@ export default {
}
},
methods: {
close () {
this.$router.replace('/')
},
...mapActions(['login']),
async forgot () {
if (!this.email) {