mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
c3e78bfd9a
commit
176de89747
1 changed files with 1 additions and 5 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue