misc passkey prep

This commit is contained in:
2026-04-05 19:19:37 -04:00
parent ea9ad2f8a7
commit 2517cd777f
3 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ tonic = { version = "*", default-features = false, features = [
] }
prost = "0.13"
tonic-web-wasm-client = "0.7"
web-sys = { version = "0.3.91", features = ["Storage", "Window"] }
web-sys = { version = "0.3.91", features = ["Storage", "Window", "Navigator", "CredentialsContainer", "CredentialCreationOptions"] }
dioxus-primitives = { git = "https://github.com/DioxusLabs/components", version = "0.0.1", default-features = false }
[build-dependencies]