Skip to content

Commit

Permalink
Update crates/bitwarden-exporters/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Hinton <[email protected]>
  • Loading branch information
quexten and Hinton authored Oct 20, 2024
1 parent 86a3115 commit dcd4239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-exporters/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ pub struct SshKey {
pub private_key: Option<String>,
/// Ssh public key (ed25519/rsa) according to RFC4253 https://datatracker.ietf.org/doc/html/rfc4253#section-6.6
pub public_key: Option<String>,
/// Ssh fingerprint using SHA256 in the format: SHA256:BASE64_ENCODED_FINGERPRINT
/// SSH fingerprint using SHA256 in the format: `SHA256:BASE64_ENCODED_FINGERPRINT`
pub fingerprint: Option<String>,
}

0 comments on commit dcd4239

Please sign in to comment.