fix: load registered passkeys on dialog open

This commit is contained in:
jxxghp
2026-05-21 07:06:51 +08:00
parent beb0506b0c
commit 6083887675
+1
View File
@@ -206,6 +206,7 @@ watch(
passkeyList.value = [] passkeyList.value = []
} }
}, },
{ immediate: true },
) )
</script> </script>