mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Fix bug
This commit is contained in:
parent
66093fe117
commit
2e2ec8789a
@ -123,7 +123,7 @@ export default {
|
||||
}
|
||||
|
||||
this.rules = this.rules.trim()
|
||||
}).catch(error => {
|
||||
}).catch(() => {
|
||||
this.$router.push({ path: '/users/new' })
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user