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

@@ -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) {