cleaning
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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']),
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user