mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Exit management mode after last twofaccounts deletion
This commit is contained in:
@ -210,6 +210,7 @@
|
||||
await twofaccounts.deleteSelected()
|
||||
|
||||
if (twofaccounts.isEmpty) {
|
||||
bus.inManagementMode = false
|
||||
router.push({ name: 'start' })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user