mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Set Close/Back buttons to always browse back - Closes #217
This commit is contained in:
7
resources/js/mixins.js
vendored
7
resources/js/mixins.js
vendored
@ -26,13 +26,6 @@ Vue.mixin({
|
||||
},
|
||||
|
||||
clearStorage() {
|
||||
},
|
||||
|
||||
exitSettings: function (event) {
|
||||
if (event) {
|
||||
this.$notify({ clean: true })
|
||||
this.$router.push({ name: 'accounts' })
|
||||
}
|
||||
this.$storage.remove('accounts')
|
||||
this.$storage.remove('groups')
|
||||
this.$storage.remove('lastRoute')
|
||||
|
Reference in New Issue
Block a user