fix: terminate VaultGate connection after vault lockout #100

Open
CleverWild wants to merge 101 commits from terminate-VaultGate-connection-after-vault-lockout 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>,