nzrd/model: output ssh-key api_model correct-like
This commit is contained in:
parent
f9adaddbb5
commit
a54204a1ee
|
@ -530,7 +530,7 @@ impl SshPubkey {
|
|||
nzr_api::model::SshPubkey {
|
||||
id: Some(self.id),
|
||||
algorithm: self.algorithm.clone(),
|
||||
key_data: self.algorithm.clone(),
|
||||
key_data: self.key_data.clone(),
|
||||
comment: self.comment.clone(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue