taskManager & recurrent events generation

This commit is contained in:
les
2020-01-30 12:37:19 +01:00
parent 0d83a48452
commit 6ad7fd1d79
21 changed files with 366 additions and 291 deletions

View File

@@ -52,10 +52,10 @@ export default {
async register () {
this.loading = true
try {
const { user } = await this.$axios.$post('/user/register', this.user)
await this.$axios.$post('/user/register', this.user)
Message({
showClose: true,
message: this.$t(`register.${user.is_admin ? 'admin_' : ''}complete`),
message: this.$t('register.complete'),
type: 'success'
})
this.close()