This commit is contained in:
lesion
2022-07-18 12:02:55 +02:00
parent 92c676622d
commit 16e508b213
3 changed files with 3 additions and 5 deletions

View File

@@ -51,9 +51,7 @@ export default {
valid: false
}
},
computed: {
...mapState(['settings'])
},
computed: mapState(['settings']),
methods: {
async forgot () {
if (!this.email) {