fix: audit
This commit is contained in:
parent
9f8aad114c
commit
b91b81f5c9
21 changed files with 140 additions and 53 deletions
|
@ -69,6 +69,7 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
this.$preventMultitabs()
|
||||
window.addEventListener('focus', this.$preventMultitabs)
|
||||
|
||||
if (process.browser) {
|
||||
window.onNuxtReady(() => {
|
||||
|
@ -108,6 +109,9 @@ export default {
|
|||
})
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('focus', this.$preventMultitabs)
|
||||
},
|
||||
methods: {
|
||||
...mapActions('settings', ['checkCurrentRpc', 'preselectRpc']),
|
||||
checkRecoveryKey() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue