1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00
This commit is contained in:
neuronull
2025-10-23 08:06:39 -06:00
parent 53672c17f6
commit fa3721f08e

View File

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