hashable-integrable-macro #99

Open
CleverWild wants to merge 89 commits from hashable-integrable-macro into main
Showing only changes of commit 3c482da917 - Show all commits

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>,