Present desktop authentication and automatic relocking

This commit is contained in:
2026-08-10 15:21:20 +02:00
parent e0ce21337d
commit b9034c5274
8 changed files with 540 additions and 28 deletions

3
Cargo.lock generated
View File

@@ -3653,6 +3653,7 @@ dependencies = [
"iced_core",
"log",
"rustc-hash 2.1.3",
"tokio",
"wasm-bindgen-futures",
"wasmtimer",
]
@@ -3989,6 +3990,7 @@ dependencies = [
"hex",
"hmac",
"keyring-core",
"nix 0.31.3",
"pgp",
"qrcode",
"rand 0.8.7",
@@ -3996,7 +3998,6 @@ dependencies = [
"regex",
"reqwest",
"rqrr",
"rustix 1.1.4",
"secret-service",
"security-framework",
"serde",