mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-05 05:24:37 -04:00
Update src/api/core/two_factor/webauthn.rs
Co-authored-by: Daniel <daniel.barabasa@gmail.com>
This commit is contained in:
parent
2aa30092c2
commit
2a1004cc95
@ -17,7 +17,7 @@ use rocket::serde::json::Json;
|
||||
use rocket::Route;
|
||||
use serde_json::Value;
|
||||
use std::str::FromStr;
|
||||
use std::sync::Arc;
|
||||
use std::sync::{Arc, LazyLock};
|
||||
use std::time::Duration;
|
||||
use url::Url;
|
||||
use uuid::Uuid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user