remove unused code

This commit is contained in:
lesion 2021-10-20 14:11:21 +02:00
parent 71c613ab34
commit b85699be16
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -8,7 +8,6 @@
</template>
<script>
import { mapState } from 'vuex'
import url from 'url'
export default {
name: 'Settings',
@ -19,12 +18,7 @@ export default {
user: { }
}
},
computed: {
...mapState(['settings']),
baseurl () {
return url.parse(this.settings.baseurl).host
}
},
computed: mapState(['settings']),
methods: {
// async change_password () {
// if (!this.password) { return }