mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-09 01:44:59 +01:00
Fix wrong method calling
This commit is contained in:
parent
623faad427
commit
886d5a5e22
@ -321,7 +321,7 @@
|
||||
this.selectedAccounts.push(account.id)
|
||||
}
|
||||
else {
|
||||
this.$refs.TokenDisplayer.showAccount(account.id)
|
||||
this.$refs.TokenDisplayer.getToken(account.id)
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user