1
0

Update dependency cypress to v7 (#453)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/453
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2021-04-09 14:29:07 +00:00
committed by konrad
parent d315bb41a4
commit 7b0d2290fc
6 changed files with 115 additions and 103 deletions

View File

@ -171,11 +171,7 @@ export default {
}
this.$store.dispatch('auth/login', credentials)
.then(() => {
router.push({name: 'home'})
})
.catch(() => {
})
.catch(() => {})
},
redirectToProvider(provider) {
const state = Math.random().toString(36).substring(2, 24)

View File

@ -145,6 +145,7 @@ export default {
}
this.$store.dispatch('auth/register', credentials)
.catch(() => {})
},
},
}