mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-23 22:01:49 +01:00
Fix items selection in Edit mode
This commit is contained in:
parent
340a8b1767
commit
a56b0e7595
@ -421,7 +421,7 @@
|
||||
showAccount(account) {
|
||||
// In Edit mode clicking an account do not show the otpDisplayer but select the account
|
||||
if(this.editMode) {
|
||||
selectAccount(account.id)
|
||||
this.selectAccount(account.id)
|
||||
}
|
||||
else {
|
||||
this.$refs.OtpDisplayer.show(account.id)
|
||||
|
Loading…
Reference in New Issue
Block a user