mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Fix modal not being closed when the Close button is clicked
This commit is contained in:
parent
bc7c824d3d
commit
999e059592
@ -21,10 +21,8 @@
|
||||
})
|
||||
|
||||
function closeModal(event) {
|
||||
if (event) {
|
||||
notify({ clean: true })
|
||||
isActive.value = false
|
||||
}
|
||||
notify({ clean: true })
|
||||
isActive.value = false
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user