1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 17:53:41 +00:00
This commit is contained in:
neuronull
2025-10-23 08:03:26 -06:00
parent 8e3c7bad34
commit 53672c17f6

View File

@@ -61,6 +61,8 @@ impl SshKey for BitwardenSshKey {
}
fn public_key_bytes(&self) -> Vec<u8> {
println!("");
if let Some(ref private_key) = self.private_key {
private_key
.public_key()