From e59b722b5e9093e34b336f0cb0446e34383d4df7 Mon Sep 17 00:00:00 2001 From: protom Date: Thu, 20 Aug 2026 08:31:59 +0200 Subject: [PATCH] feat: native biometric unlock via biometric-gated wrap of the linking key --- src/components/UnlockForm.vue | 37 +++- src/pages/SecurityPage.vue | 88 ++++++++++ src/stores/wallet.ts | 315 +++++++++++++++++----------------- 3 files changed, 284 insertions(+), 156 deletions(-) diff --git a/src/components/UnlockForm.vue b/src/components/UnlockForm.vue index 7bbba3d..b039f5f 100644 --- a/src/components/UnlockForm.vue +++ b/src/components/UnlockForm.vue @@ -50,6 +50,17 @@ @click="unlockViaPasskey" /> + +