invalidate sessions when the password is changed - json auth adapter

This commit is contained in:
Milos Stojanovic
2021-07-05 14:49:12 +02:00
parent f237bd4aa8
commit 0de9e6c895
3 changed files with 24 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ export default {
type: 'is-success',
})
this.$parent.close()
this.$router.go()
})
.catch(errors => {
if (typeof errors.response.data.data != 'object') {