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