1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-01 16:49:09 +00:00

Update src/api/core/two_factor/webauthn.rs

Co-authored-by: Daniel <daniel.barabasa@gmail.com>
This commit is contained in:
zUnixorn 2025-07-05 14:03:00 +02:00 committed by Mathijs van Veluw
commit da58202584

View file

@ -12,7 +12,6 @@ use crate::{
util::NumberOrString,
CONFIG,
};
use once_cell::sync::Lazy;
use rocket::serde::json::Json;
use rocket::Route;
use serde_json::Value;