Skip to content

Commit

Permalink
fixup! Ignore crypto errors when creating the auth0 client
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Aug 22, 2024
1 parent 3fef71f commit 02bc76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth0/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub use errors::Auth0Error;
use util::ResultExt;

use crate::auth0::cache::Cache;
use crate::auth0::token::Claims;
pub use crate::auth0::token::Token;

mod cache;
Expand Down

0 comments on commit 02bc76d

Please sign in to comment.