Skip to content

Commit

Permalink
fix(fc-traits-authn): auxiliary trait VerifyCredential should be pu…
Browse files Browse the repository at this point in the history
…blic
  • Loading branch information
pandres95 committed Oct 13, 2024
1 parent 7ea6ae7 commit cf37cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/authn/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ where
}
}

trait VerifyCredential<Cred> {
pub trait VerifyCredential<Cred> {
fn verify(&self, credential: &Cred) -> Option<()>;
}

Expand Down

0 comments on commit cf37cd2

Please sign in to comment.