This commit is contained in:
lesion 2022-06-28 13:34:02 +02:00
parent c3e78bfd9a
commit 176de89747
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -25,7 +25,7 @@ v-container.pa-0.pa-md-3
v-card-actions v-card-actions
v-spacer v-spacer
v-btn(@click='register' v-btn(@click='register' outlined
:disabled='!valid || loading' :loading='loading' :disabled='!valid || loading' :loading='loading'
color='primary') {{$t('common.send')}} color='primary') {{$t('common.send')}}
v-icon(v-text='mdiChevronRight') v-icon(v-text='mdiChevronRight')
@ -53,10 +53,6 @@ export default {
}, },
computed: { computed: {
...mapState(['settings']) ...mapState(['settings'])
// disabled () {
// if (process.server) { return false }
// return !this.user.password || !this.user.email || !this.user.description
// }
}, },
mounted () { mounted () {
this.$refs.email.focus() this.$refs.email.focus()