mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 17:53:41 +00:00
.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user