Browse Source

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

Co-authored-by: Daniel <daniel.barabasa@gmail.com>
pull/5934/head
zUnixorn 2 weeks ago
committed by Mathijs van Veluw
parent
commit
2a1004cc95
  1. 2
      src/api/core/two_factor/webauthn.rs

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

@ -17,7 +17,7 @@ use rocket::serde::json::Json;
use rocket::Route; use rocket::Route;
use serde_json::Value; use serde_json::Value;
use std::str::FromStr; use std::str::FromStr;
use std::sync::Arc; use std::sync::{Arc, LazyLock};
use std::time::Duration; use std::time::Duration;
use url::Url; use url::Url;
use uuid::Uuid; use uuid::Uuid;

Loading…
Cancel
Save