mirror of
https://github.com/filegator/filegator.git
synced 2025-08-05 20:57:28 +02:00
invalidate sessions when the password is changed - json auth adapter
This commit is contained in:
@@ -52,6 +52,7 @@ export default {
|
||||
type: 'is-success',
|
||||
})
|
||||
this.$parent.close()
|
||||
this.$router.go()
|
||||
})
|
||||
.catch(errors => {
|
||||
if (typeof errors.response.data.data != 'object') {
|
||||
|
Reference in New Issue
Block a user