mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Add OAuth Personal Access Token management
This commit is contained in:
7
resources/js/mixins.js
vendored
7
resources/js/mixins.js
vendored
@ -19,6 +19,13 @@ Vue.mixin({
|
||||
|
||||
this.$router.push({ name: 'login' })
|
||||
},
|
||||
|
||||
exitSettings: function(event) {
|
||||
if (event) {
|
||||
this.$notify({ clean: true })
|
||||
this.$router.push({ name: 'accounts' })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
})
|
Reference in New Issue
Block a user