mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
chore: update sdk to main.105 (#13472)
* chore: update sdk version * fix: sdk breaking changes
This commit is contained in:
@@ -104,9 +104,9 @@ export class SshKeySectionComponent implements OnInit {
|
||||
await firstValueFrom(this.sdkService.client$);
|
||||
const sshKey = generate_ssh_key("Ed25519");
|
||||
this.sshKeyForm.setValue({
|
||||
privateKey: sshKey.private_key,
|
||||
publicKey: sshKey.public_key,
|
||||
keyFingerprint: sshKey.key_fingerprint,
|
||||
privateKey: sshKey.privateKey,
|
||||
publicKey: sshKey.publicKey,
|
||||
keyFingerprint: sshKey.fingerprint,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user