diff --git a/server/crates/arbiter-server/src/peers/operator/auth/state.rs b/server/crates/arbiter-server/src/peers/operator/auth/state.rs index d4033f5..b37d4b5 100644 --- a/server/crates/arbiter-server/src/peers/operator/auth/state.rs +++ b/server/crates/arbiter-server/src/peers/operator/auth/state.rs @@ -19,7 +19,7 @@ pub(super) struct ChallengeRequest { pub(super) bootstrap_token: Option, } -pub(super) struct ChallengeContext { +pub struct ChallengeContext { pub(super) challenge: AuthChallenge, pub(super) pubkey: authn::PublicKey, pub(super) bootstrap_token: Option,