1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

chore: update sdk to main.105 (#13472)

* chore: update sdk version

* fix: sdk breaking changes
This commit is contained in:
Andreas Coroiu
2025-02-19 15:46:43 +01:00
committed by GitHub
parent ae38e40859
commit 9c102f056c
4 changed files with 11 additions and 11 deletions

View File

@@ -827,9 +827,9 @@ export class AddEditComponent implements OnInit, OnDestroy {
private async generateSshKey(showNotification: boolean = true) {
await firstValueFrom(this.sdkService.client$);
const sshKey = generate_ssh_key("Ed25519");
this.cipher.sshKey.privateKey = sshKey.private_key;
this.cipher.sshKey.publicKey = sshKey.public_key;
this.cipher.sshKey.keyFingerprint = sshKey.key_fingerprint;
this.cipher.sshKey.privateKey = sshKey.privateKey;
this.cipher.sshKey.publicKey = sshKey.publicKey;
this.cipher.sshKey.keyFingerprint = sshKey.fingerprint;
if (showNotification) {
this.toastService.showToast({