mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix redirect after login
This commit is contained in:
parent
292b1952c3
commit
6fdda999f6
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ export default {
|
|||
await this.$auth.loginWith('local', { data })
|
||||
this.loading = false
|
||||
Message({ message: this.$t('login.ok'), showClose: true, type: 'success' })
|
||||
this.$router.replace('/')
|
||||
} catch (e) {
|
||||
Message({ message: this.$t('login.error'), showClose: true, type: 'error' })
|
||||
this.loading = false
|
||||
|
|
Loading…
Reference in a new issue