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
parent 2a1004cc95
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;