Skip to content

Commit

Permalink
update authenticate example
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Nov 24, 2023
1 parent 7e99ed5 commit 8b5c588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webauthn-authenticator-rs/examples/authenticate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async fn main() {
"https://localhost:8080/auth",
"localhost",
vec![url::Url::parse("https://localhost:8080").unwrap()],
Some(Duration::from_millis(1)),
Duration::from_secs(60),
None,
None,
);
Expand Down

0 comments on commit 8b5c588

Please sign in to comment.