Skip to content

Commit b7160f9

Browse files
committed
docs: removes part of usage example that doesnt have enough context
1 parent 9895501 commit b7160f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
//! std::env::var("PASSAGE_APP_ID").unwrap(),
1111
//! std::env::var("PASSAGE_API_KEY").unwrap(),
1212
//! );
13-
//!
14-
//! let passage_user = passage_flex.user.get(external_id).await.unwrap();
15-
//! println!("{:?}", passage_user.webauthn_devices);
1613
//! ```
1714
1815
use std::fmt;

0 commit comments

Comments
 (0)