mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-19 20:01:24 +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) {
|
function closeModal(event) {
|
||||||
if (event) {
|
notify({ clean: true })
|
||||||
notify({ clean: true })
|
isActive.value = false
|
||||||
isActive.value = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user