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:
@ -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)
|
||||
|
@ -145,6 +145,7 @@ export default {
|
||||
}
|
||||
|
||||
this.$store.dispatch('auth/register', credentials)
|
||||
.catch(() => {})
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user