fix(smlang::statemachine): macro invocation requires inner types to be public

This commit is contained in:
CleverWild
2026-06-08 18:00:52 +02:00
committed by Skipper
parent ab79959dce
commit 7de235f144

View File

@@ -19,7 +19,7 @@ pub(super) struct ChallengeRequest {
pub(super) bootstrap_token: Option<String>,
}
pub(super) struct ChallengeContext {
pub struct ChallengeContext {
pub(super) challenge: AuthChallenge,
pub(super) pubkey: authn::PublicKey,
pub(super) bootstrap_token: Option<String>,